Html Css Color HEX #ACF55D Conifer

📋 copy color: '#ACF55D'

red 172 ◦ green 245 ◦ blue 93

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

Shades of Conifer #ACF55D

Tints of Conifer #ACF55D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.04%

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

R = 33.73%
G = 48.04%
B = 18.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#ACF55D (or 0xACF55D) is known color: Conifer. HEX triplet: AC, F5 and 5D. RGB value is (172,245,93). Sum of RGB (Red+Green+Blue) = 172+245+93=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF55D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF55D is #530AA2. Grayscale: #CECECE. Windows color (decimal): -5442211 or 6157740. OLE color: 6157740.

HSL color Cylindrical-coordinate representation of color #ACF55D: hue angle of 88.82º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF55D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 93 -
CMYK 0.30 0 0.62 0.04
HSL 88.82º 0.88% 0.66% -
HSV(B) 88.82º 0.62% 0.96% -
XYZ 51.64 74.87 22.08 -
YUV 205.85 64.32 103.86 -
System Red Green Blue C M Y K H S L
Decimal 172 245 93 0.30 0 0.62 0.04 88.82 0.88 0.66
Hex AC F5 5D 1E 0 3E 4 59 58 42
Octal 254 365 135 36 0 76 4 131 130 102
Binary 10101100 11110101 1011101 11110 0 111110 100 1011001 1011000 1000010

Color Harmonies of #ACF55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF55D

Black with #ACF55D

Text Example


Text Example

White with #ACF55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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