Html Css Color HEX #ACD842 Conifer

📋 copy color: '#ACD842'

red 172 ◦ green 216 ◦ blue 66

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

Shades of Conifer #ACD842

Tints of Conifer #ACD842

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

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

R = 37.89%
G = 47.58%
B = 14.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#ACD842 (or 0xACD842) is known color: Conifer. HEX triplet: AC, D8 and 42. RGB value is (172,216,66). Sum of RGB (Red+Green+Blue) = 172+216+66=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD842 is #5327BD. Grayscale: #BABABA. Windows color (decimal): -5449662 or 4380844. OLE color: 4380844.

HSL color Cylindrical-coordinate representation of color #ACD842: hue angle of 77.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACD842 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 66 -
CMYK 0.20 0 0.69 0.15
HSL 77.6º 0.66% 0.55% -
HSV(B) 77.6º 0.69% 0.85% -
XYZ 42.55 58.28 14.16 -
YUV 185.74 60.42 118.2 -
System Red Green Blue C M Y K H S L
Decimal 172 216 66 0.20 0 0.69 0.15 77.6 0.66 0.55
Hex AC D8 42 14 0 45 F 4E 42 37
Octal 254 330 102 24 0 105 17 116 102 67
Binary 10101100 11011000 1000010 10100 0 1000101 1111 1001110 1000010 110111

Color Harmonies of #ACD842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD842

Black with #ACD842

Text Example


Text Example

White with #ACD842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD842; }

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

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

background-color css

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

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

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

border-color css

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

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

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