Html Css Color HEX #ACEA40 Conifer

📋 copy color: '#ACEA40'

red 172 ◦ green 234 ◦ blue 64

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

Shades of Conifer #ACEA40

Tints of Conifer #ACEA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.62%

R = 36.6%
G = 49.79%
B = 13.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#ACEA40 (or 0xACEA40) is known color: Conifer. HEX triplet: AC, EA and 40. RGB value is (172,234,64). Sum of RGB (Red+Green+Blue) = 172+234+64=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEA40 is #5315BF. Grayscale: #C4C4C4. Windows color (decimal): -5445056 or 4254380. OLE color: 4254380.

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

Color convert

RGB 172 234 64 -
CMYK 0.26 0 0.73 0.08
HSL 81.88º 0.8% 0.58% -
HSV(B) 81.88º 0.73% 0.92% -
XYZ 47.36 67.99 15.48 -
YUV 196.08 53.46 110.82 -
System Red Green Blue C M Y K H S L
Decimal 172 234 64 0.26 0 0.73 0.08 81.88 0.8 0.58
Hex AC EA 40 1A 0 49 8 52 50 3A
Octal 254 352 100 32 0 111 10 122 120 72
Binary 10101100 11101010 1000000 11010 0 1001001 1000 1010010 1010000 111010

Color Harmonies of #ACEA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA40

Black with #ACEA40

Text Example


Text Example

White with #ACEA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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