Html Css Color HEX #ACD05E Conifer

📋 copy color: '#ACD05E'

red 172 ◦ green 208 ◦ blue 94

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

Shades of Conifer #ACD05E

Tints of Conifer #ACD05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

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

R = 36.29%
G = 43.88%
B = 19.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#ACD05E (or 0xACD05E) is known color: Conifer. HEX triplet: AC, D0 and 5E. RGB value is (172,208,94). Sum of RGB (Red+Green+Blue) = 172+208+94=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD05E is #532FA1. Grayscale: #B8B8B8. Windows color (decimal): -5451682 or 6213804. OLE color: 6213804.

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

Color convert

RGB 172 208 94 -
CMYK 0.17 0 0.55 0.18
HSL 78.95º 0.55% 0.59% -
HSV(B) 78.95º 0.55% 0.82% -
XYZ 41.59 54.69 18.95 -
YUV 184.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 172 208 94 0.17 0 0.55 0.18 78.95 0.55 0.59
Hex AC D0 5E 11 0 37 12 4F 37 3B
Octal 254 320 136 21 0 67 22 117 67 73
Binary 10101100 11010000 1011110 10001 0 110111 10010 1001111 110111 111011

Color Harmonies of #ACD05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD05E

Black with #ACD05E

Text Example


Text Example

White with #ACD05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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