Html Css Color HEX #ACF85E Conifer

📋 copy color: '#ACF85E'

red 172 ◦ green 248 ◦ blue 94

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

Shades of Conifer #ACF85E

Tints of Conifer #ACF85E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.25%

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

R = 33.46%
G = 48.25%
B = 18.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#ACF85E (or 0xACF85E) is known color: Conifer. HEX triplet: AC, F8 and 5E. RGB value is (172,248,94). Sum of RGB (Red+Green+Blue) = 172+248+94=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF85E is #5307A1. Grayscale: #D0D0D0. Windows color (decimal): -5441442 or 6224044. OLE color: 6224044.

HSL color Cylindrical-coordinate representation of color #ACF85E: hue angle of 89.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF85E is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 94 -
CMYK 0.31 0 0.62 0.03
HSL 89.61º 0.92% 0.67% -
HSV(B) 89.61º 0.62% 0.97% -
XYZ 52.6 76.71 22.62 -
YUV 207.72 63.82 102.52 -
System Red Green Blue C M Y K H S L
Decimal 172 248 94 0.31 0 0.62 0.03 89.61 0.92 0.67
Hex AC F8 5E 1F 0 3E 3 5A 5C 43
Octal 254 370 136 37 0 76 3 132 134 103
Binary 10101100 11111000 1011110 11111 0 111110 11 1011010 1011100 1000011

Color Harmonies of #ACF85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF85E

Black with #ACF85E

Text Example


Text Example

White with #ACF85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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