Html Css Color HEX #ACD75E Conifer

📋 copy color: '#ACD75E'

red 172 ◦ green 215 ◦ blue 94

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

Shades of Conifer #ACD75E

Tints of Conifer #ACD75E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

 BLUE value IS 94 (37.11% from 255) = 19.54%

R = 35.76%
G = 44.7%
B = 19.54%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#ACD75E (or 0xACD75E) is known color: Conifer. HEX triplet: AC, D7 and 5E. RGB value is (172,215,94). Sum of RGB (Red+Green+Blue) = 172+215+94=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD75E is #5328A1. Grayscale: #BCBCBC. Windows color (decimal): -5449890 or 6215596. OLE color: 6215596.

HSL color Cylindrical-coordinate representation of color #ACD75E: hue angle of 81.32º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD75E is Cyan = 0.2, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 94 -
CMYK 0.2 0 0.56 0.16
HSL 81.32º 0.6% 0.61% -
HSV(B) 81.32º 0.56% 0.84% -
XYZ 43.33 58.18 19.54 -
YUV 188.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 172 215 94 0.2 0 0.56 0.16 81.32 0.6 0.61
Hex AC D7 5E 14 0 38 10 51 3C 3D
Octal 254 327 136 24 0 70 20 121 74 75
Binary 10101100 11010111 1011110 10100 0 111000 10000 1010001 111100 111101

Color Harmonies of #ACD75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD75E

Black with #ACD75E

Text Example


Text Example

White with #ACD75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD75E; }

 p { color: rgb(172,215,94); }

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

background-color css

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

 a { background-color: rgb(172,215,94); }

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

border-color css

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

 span { border-color: rgb(172,215,94); }

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