Html Css Color HEX #ACEA42 Conifer

📋 copy color: '#ACEA42'

red 172 ◦ green 234 ◦ blue 66

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

Shades of Conifer #ACEA42

Tints of Conifer #ACEA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.98%

R = 36.44%
G = 49.58%
B = 13.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#ACEA42 (or 0xACEA42) is known color: Conifer. HEX triplet: AC, EA and 42. RGB value is (172,234,66). Sum of RGB (Red+Green+Blue) = 172+234+66=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEA42 is #5315BD. Grayscale: #C4C4C4. Windows color (decimal): -5445054 or 4385452. OLE color: 4385452.

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

Color convert

RGB 172 234 66 -
CMYK 0.26 0 0.72 0.08
HSL 82.14º 0.8% 0.59% -
HSV(B) 82.14º 0.72% 0.92% -
XYZ 47.42 68.01 15.78 -
YUV 196.31 54.46 110.66 -
System Red Green Blue C M Y K H S L
Decimal 172 234 66 0.26 0 0.72 0.08 82.14 0.8 0.59
Hex AC EA 42 1A 0 48 8 52 50 3B
Octal 254 352 102 32 0 110 10 122 120 73
Binary 10101100 11101010 1000010 11010 0 1001000 1000 1010010 1010000 111011

Color Harmonies of #ACEA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA42

Black with #ACEA42

Text Example


Text Example

White with #ACEA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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