Html Css Color HEX #ACF55F Conifer

📋 copy color: '#ACF55F'

red 172 ◦ green 245 ◦ blue 95

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

Shades of Conifer #ACF55F

Tints of Conifer #ACF55F

RGB

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

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

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

R = 33.59%
G = 47.85%
B = 18.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#ACF55F (or 0xACF55F) is known color: Conifer. HEX triplet: AC, F5 and 5F. RGB value is (172,245,95). Sum of RGB (Red+Green+Blue) = 172+245+95=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF55F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF55F is #530AA0. Grayscale: #CECECE. Windows color (decimal): -5442209 or 6288812. OLE color: 6288812.

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

Color convert

RGB 172 245 95 -
CMYK 0.30 0 0.61 0.04
HSL 89.2º 0.88% 0.67% -
HSV(B) 89.2º 0.61% 0.96% -
XYZ 51.73 74.9 22.56 -
YUV 206.07 65.32 103.7 -
System Red Green Blue C M Y K H S L
Decimal 172 245 95 0.30 0 0.61 0.04 89.2 0.88 0.67
Hex AC F5 5F 1E 0 3D 4 59 58 43
Octal 254 365 137 36 0 75 4 131 130 103
Binary 10101100 11110101 1011111 11110 0 111101 100 1011001 1011000 1000011

Color Harmonies of #ACF55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF55F

Black with #ACF55F

Text Example


Text Example

White with #ACF55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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