Html Css Color HEX #ACD642 Conifer

📋 copy color: '#ACD642'

red 172 ◦ green 214 ◦ blue 66

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

Shades of Conifer #ACD642

Tints of Conifer #ACD642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.35%

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

R = 38.05%
G = 47.35%
B = 14.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#ACD642 (or 0xACD642) is known color: Conifer. HEX triplet: AC, D6 and 42. RGB value is (172,214,66). Sum of RGB (Red+Green+Blue) = 172+214+66=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD642 is #5329BD. Grayscale: #B9B9B9. Windows color (decimal): -5450174 or 4380332. OLE color: 4380332.

HSL color Cylindrical-coordinate representation of color #ACD642: hue angle of 77.03º 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 #ACD642 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 66 -
CMYK 0.20 0 0.69 0.16
HSL 77.03º 0.64% 0.55% -
HSV(B) 77.03º 0.69% 0.84% -
XYZ 42.04 57.26 13.99 -
YUV 184.57 61.09 119.03 -
System Red Green Blue C M Y K H S L
Decimal 172 214 66 0.20 0 0.69 0.16 77.03 0.64 0.55
Hex AC D6 42 14 0 45 10 4D 40 37
Octal 254 326 102 24 0 105 20 115 100 67
Binary 10101100 11010110 1000010 10100 0 1000101 10000 1001101 1000000 110111

Color Harmonies of #ACD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD642

Black with #ACD642

Text Example


Text Example

White with #ACD642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD642; }

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

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

background-color css

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

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

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

border-color css

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

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

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