Html Css Color HEX #ACD25F Conifer

📋 copy color: '#ACD25F'

red 172 ◦ green 210 ◦ blue 95

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

Shades of Conifer #ACD25F

Tints of Conifer #ACD25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

 BLUE value IS 95 (37.5% from 255) = 19.92%

R = 36.06%
G = 44.03%
B = 19.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#ACD25F (or 0xACD25F) is known color: Conifer. HEX triplet: AC, D2 and 5F. RGB value is (172,210,95). Sum of RGB (Red+Green+Blue) = 172+210+95=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD25F is #532DA0. Grayscale: #B9B9B9. Windows color (decimal): -5451169 or 6279852. OLE color: 6279852.

HSL color Cylindrical-coordinate representation of color #ACD25F: hue angle of 79.83º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD25F is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 95 -
CMYK 0.18 0 0.55 0.18
HSL 79.83º 0.56% 0.6% -
HSV(B) 79.83º 0.55% 0.82% -
XYZ 42.13 55.69 19.36 -
YUV 185.53 76.91 118.35 -
System Red Green Blue C M Y K H S L
Decimal 172 210 95 0.18 0 0.55 0.18 79.83 0.56 0.6
Hex AC D2 5F 12 0 37 12 50 38 3C
Octal 254 322 137 22 0 67 22 120 70 74
Binary 10101100 11010010 1011111 10010 0 110111 10010 1010000 111000 111100

Color Harmonies of #ACD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD25F

Black with #ACD25F

Text Example


Text Example

White with #ACD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD25F; }

 p { color: rgb(172,210,95); }

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

background-color css

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

 a { background-color: rgb(172,210,95); }

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

border-color css

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

 span { border-color: rgb(172,210,95); }

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