Html Css Color HEX #ACD469 Conifer

📋 copy color: '#ACD469'

red 172 ◦ green 212 ◦ blue 105

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

Shades of Conifer #ACD469

Tints of Conifer #ACD469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.35%

 BLUE value IS 105 (41.41% from 255) = 21.47%

R = 35.17%
G = 43.35%
B = 21.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#ACD469 (or 0xACD469) is known color: Conifer. HEX triplet: AC, D4 and 69. RGB value is (172,212,105). Sum of RGB (Red+Green+Blue) = 172+212+105=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD469 is #532B96. Grayscale: #BCBCBC. Windows color (decimal): -5450647 or 6935724. OLE color: 6935724.

HSL color Cylindrical-coordinate representation of color #ACD469: hue angle of 82.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD469 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 105 -
CMYK 0.19 0 0.50 0.17
HSL 82.43º 0.55% 0.62% -
HSV(B) 82.43º 0.5% 0.83% -
XYZ 43.11 56.88 22.07 -
YUV 187.84 81.25 116.7 -
System Red Green Blue C M Y K H S L
Decimal 172 212 105 0.19 0 0.50 0.17 82.43 0.55 0.62
Hex AC D4 69 13 0 32 11 52 37 3E
Octal 254 324 151 23 0 62 21 122 67 76
Binary 10101100 11010100 1101001 10011 0 110010 10001 1010010 110111 111110

Color Harmonies of #ACD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD469

Black with #ACD469

Text Example


Text Example

White with #ACD469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD469; }

 p { color: rgb(172,212,105); }

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

background-color css

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

 a { background-color: rgb(172,212,105); }

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

border-color css

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

 span { border-color: rgb(172,212,105); }

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