Html Css Color HEX #ACF05D Conifer

📋 copy color: '#ACF05D'

red 172 ◦ green 240 ◦ blue 93

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

Shades of Conifer #ACF05D

Tints of Conifer #ACF05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.52%

 BLUE value IS 93 (36.72% from 255) = 18.42%

R = 34.06%
G = 47.52%
B = 18.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#ACF05D (or 0xACF05D) is known color: Conifer. HEX triplet: AC, F0 and 5D. RGB value is (172,240,93). Sum of RGB (Red+Green+Blue) = 172+240+93=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF05D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF05D is #530FA2. Grayscale: #CBCBCB. Windows color (decimal): -5443491 or 6156460. OLE color: 6156460.

HSL color Cylindrical-coordinate representation of color #ACF05D: hue angle of 87.76º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF05D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 93 -
CMYK 0.28 0 0.61 0.06
HSL 87.76º 0.83% 0.65% -
HSV(B) 87.76º 0.61% 0.94% -
XYZ 50.15 71.88 21.59 -
YUV 202.91 65.97 105.95 -
System Red Green Blue C M Y K H S L
Decimal 172 240 93 0.28 0 0.61 0.06 87.76 0.83 0.65
Hex AC F0 5D 1C 0 3D 6 58 53 41
Octal 254 360 135 34 0 75 6 130 123 101
Binary 10101100 11110000 1011101 11100 0 111101 110 1011000 1010011 1000001

Color Harmonies of #ACF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF05D

Black with #ACF05D

Text Example


Text Example

White with #ACF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF05D; }

 p { color: rgb(172,240,93); }

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

background-color css

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

 a { background-color: rgb(172,240,93); }

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

border-color css

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

 span { border-color: rgb(172,240,93); }

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