Html Css Color HEX #ACEA52 Conifer

📋 copy color: '#ACEA52'

red 172 ◦ green 234 ◦ blue 82

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

Shades of Conifer #ACEA52

Tints of Conifer #ACEA52

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.95%

 BLUE value IS 82 (32.42% from 255) = 16.8%

R = 35.25%
G = 47.95%
B = 16.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#ACEA52 (or 0xACEA52) is known color: Conifer. HEX triplet: AC, EA and 52. RGB value is (172,234,82). Sum of RGB (Red+Green+Blue) = 172+234+82=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA52 is #5315AD. Grayscale: #C6C6C6. Windows color (decimal): -5445038 or 5434028. OLE color: 5434028.

HSL color Cylindrical-coordinate representation of color #ACEA52: hue angle of 84.47º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACEA52 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 82 -
CMYK 0.26 0 0.65 0.08
HSL 84.47º 0.78% 0.62% -
HSV(B) 84.47º 0.65% 0.92% -
XYZ 47.96 68.23 18.62 -
YUV 198.13 62.46 109.36 -
System Red Green Blue C M Y K H S L
Decimal 172 234 82 0.26 0 0.65 0.08 84.47 0.78 0.62
Hex AC EA 52 1A 0 41 8 54 4E 3E
Octal 254 352 122 32 0 101 10 124 116 76
Binary 10101100 11101010 1010010 11010 0 1000001 1000 1010100 1001110 111110

Color Harmonies of #ACEA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA52

Black with #ACEA52

Text Example


Text Example

White with #ACEA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA52; }

 p { color: rgb(172,234,82); }

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

background-color css

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

 a { background-color: rgb(172,234,82); }

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

border-color css

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

 span { border-color: rgb(172,234,82); }

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