#8ACF35

Color #8ACF35 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8ACF35

Tints of Yellow Green #8ACF35

Color information

#8ACF35 (or 0x8ACF35) is unknown color: approx Yellow Green. HEX triplet: 8A, CF and 35. RGB value is (138,207,53). Sum of RGB (Red+Green+Blue) = 138+207+53=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF35 is #7530CA. Grayscale: #A9A9A9. Windows color (decimal): -7680203 or 3526538. OLE color: 3526538.

HSL color Cylindrical-coordinate representation of color #8ACF35: hue angle of 86.88º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8ACF35 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB13820753-
CMYK0.3300.740.19
HSL86.88º61.6%50.98%-
HSV(B)86.88º74.4%81.18%-
XYZ33.4450.2911.31-
YUV168.8162.64106.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 207 (81.25% from 255) = 52.01%
BLUE value IS 53 (21.09% from 255) = 13.32%
R=34.67%
G=52.01%
B=13.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138207530.3300.740.1986.8861.650.98
Hex8ACF352104A13573e33
Octal21231765410112231277663
Binary100010101100111111010110000101001010100111010111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ACF35; }

 p { color: rgb(138,207,53); }

 H1.HeaderClassName
 {
   color: #8ACF35;
 }
 .AnyTagClassName
 {
   color: #8ACF35;
 }
</style>
background-color css

<style>
 a { background-color: #8ACF35; }

 a { background-color: rgb(138,207,53); }

 div.DivClassName
 {
   background-color: #8ACF35;
 }
 .BgClassName
 {
   background-color: #8ACF35;
 }
</style>
border-color css

<style>
 span { border-color: #8ACF35; }

 span { border-color: rgb(138,207,53); }

 td.TdClassName
 {
   border-color: #8ACF35;
 }
 .TagClassName
 {
   border-color: #8ACF35;
 }
</style>