Html Css Color HEX #ACF15E Conifer

📋 copy color: '#ACF15E'

red 172 ◦ green 241 ◦ blue 94

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

Shades of Conifer #ACF15E

Tints of Conifer #ACF15E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.53%

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

R = 33.93%
G = 47.53%
B = 18.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#ACF15E (or 0xACF15E) is known color: Conifer. HEX triplet: AC, F1 and 5E. RGB value is (172,241,94). Sum of RGB (Red+Green+Blue) = 172+241+94=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF15E is #530EA1. Grayscale: #CCCCCC. Windows color (decimal): -5443234 or 6222252. OLE color: 6222252.

HSL color Cylindrical-coordinate representation of color #ACF15E: hue angle of 88.16º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF15E is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 94 -
CMYK 0.29 0 0.61 0.05
HSL 88.16º 0.84% 0.66% -
HSV(B) 88.16º 0.61% 0.95% -
XYZ 50.49 72.49 21.92 -
YUV 203.61 66.14 105.45 -
System Red Green Blue C M Y K H S L
Decimal 172 241 94 0.29 0 0.61 0.05 88.16 0.84 0.66
Hex AC F1 5E 1D 0 3D 5 58 54 42
Octal 254 361 136 35 0 75 5 130 124 102
Binary 10101100 11110001 1011110 11101 0 111101 101 1011000 1010100 1000010

Color Harmonies of #ACF15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF15E

Black with #ACF15E

Text Example


Text Example

White with #ACF15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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