Html Css Color HEX #ACD542 Conifer

📋 copy color: '#ACD542'

red 172 ◦ green 213 ◦ blue 66

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

Shades of Conifer #ACD542

Tints of Conifer #ACD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.23%

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

R = 38.14%
G = 47.23%
B = 14.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#ACD542 (or 0xACD542) is known color: Conifer. HEX triplet: AC, D5 and 42. RGB value is (172,213,66). Sum of RGB (Red+Green+Blue) = 172+213+66=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD542 is #532ABD. Grayscale: #B8B8B8. Windows color (decimal): -5450430 or 4380076. OLE color: 4380076.

HSL color Cylindrical-coordinate representation of color #ACD542: hue angle of 76.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACD542 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 66 -
CMYK 0.19 0 0.69 0.16
HSL 76.73º 0.64% 0.55% -
HSV(B) 76.73º 0.69% 0.84% -
XYZ 41.79 56.75 13.91 -
YUV 183.98 61.42 119.45 -
System Red Green Blue C M Y K H S L
Decimal 172 213 66 0.19 0 0.69 0.16 76.73 0.64 0.55
Hex AC D5 42 13 0 45 10 4D 40 37
Octal 254 325 102 23 0 105 20 115 100 67
Binary 10101100 11010101 1000010 10011 0 1000101 10000 1001101 1000000 110111

Color Harmonies of #ACD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD542

Black with #ACD542

Text Example


Text Example

White with #ACD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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