Html Css Color HEX #ACD462 Conifer

📋 copy color: '#ACD462'

red 172 ◦ green 212 ◦ blue 98

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

Shades of Conifer #ACD462

Tints of Conifer #ACD462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.33%

R = 35.68%
G = 43.98%
B = 20.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#ACD462 (or 0xACD462) is known color: Conifer. HEX triplet: AC, D4 and 62. RGB value is (172,212,98). Sum of RGB (Red+Green+Blue) = 172+212+98=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD462 is #532B9D. Grayscale: #BBBBBB. Windows color (decimal): -5450654 or 6476972. OLE color: 6476972.

HSL color Cylindrical-coordinate representation of color #ACD462: hue angle of 81.05º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACD462 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 98 -
CMYK 0.19 0 0.54 0.17
HSL 81.05º 0.57% 0.61% -
HSV(B) 81.05º 0.54% 0.83% -
XYZ 42.76 56.74 20.25 -
YUV 187.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 172 212 98 0.19 0 0.54 0.17 81.05 0.57 0.61
Hex AC D4 62 13 0 36 11 51 39 3D
Octal 254 324 142 23 0 66 21 121 71 75
Binary 10101100 11010100 1100010 10011 0 110110 10001 1010001 111001 111101

Color Harmonies of #ACD462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD462

Black with #ACD462

Text Example


Text Example

White with #ACD462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD462; }

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

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

background-color css

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

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

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

border-color css

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

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

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