Html Css Color HEX #ACF062 Conifer

📋 copy color: '#ACF062'

red 172 ◦ green 240 ◦ blue 98

#ACF062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ACF062

Tints of Conifer #ACF062

RGB

 RED value IS 172 (67.58% from 255) = 33.73%

 GREEN value IS 240 (94.14% from 255) = 47.06%

 BLUE value IS 98 (38.67% from 255) = 19.22%

R = 33.73%
G = 47.06%
B = 19.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#ACF062 (or 0xACF062) is known color: Conifer. HEX triplet: AC, F0 and 62. RGB value is (172,240,98). Sum of RGB (Red+Green+Blue) = 172+240+98=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF062 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF062 is #530F9D. Grayscale: #CBCBCB. Windows color (decimal): -5443486 or 6484140. OLE color: 6484140.

HSL color Cylindrical-coordinate representation of color #ACF062: hue angle of 88.73º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF062 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 98 -
CMYK 0.28 0 0.59 0.06
HSL 88.73º 0.83% 0.66% -
HSV(B) 88.73º 0.59% 0.94% -
XYZ 50.38 71.97 22.79 -
YUV 203.48 68.47 105.55 -
System Red Green Blue C M Y K H S L
Decimal 172 240 98 0.28 0 0.59 0.06 88.73 0.83 0.66
Hex AC F0 62 1C 0 3B 6 59 53 42
Octal 254 360 142 34 0 73 6 131 123 102
Binary 10101100 11110000 1100010 11100 0 111011 110 1011001 1010011 1000010

Color Harmonies of #ACF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF062

Black with #ACF062

Text Example


Text Example

White with #ACF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF062; }

 p { color: rgb(172,240,98); }

 H1.HeaderClassName
 {
   color: #ACF062;
 }
 .AnyTagClassName
 {
   color: #ACF062;
 }
</style>

background-color css

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

 a { background-color: rgb(172,240,98); }

 div.DivClassName
 {
   background-color: #ACF062;
 }
 .BgClassName
 {
   background-color: #ACF062;
 }
</style>

border-color css

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

 span { border-color: rgb(172,240,98); }

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