Html Css Color HEX #ACF858 Conifer

📋 copy color: '#ACF858'

red 172 ◦ green 248 ◦ blue 88

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

Shades of Conifer #ACF858

Tints of Conifer #ACF858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.32%

R = 33.86%
G = 48.82%
B = 17.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#ACF858 (or 0xACF858) is known color: Conifer. HEX triplet: AC, F8 and 58. RGB value is (172,248,88). Sum of RGB (Red+Green+Blue) = 172+248+88=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF858 is #5307A7. Grayscale: #CFCFCF. Windows color (decimal): -5441448 or 5830828. OLE color: 5830828.

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

Color convert

RGB 172 248 88 -
CMYK 0.31 0 0.65 0.03
HSL 88.5º 0.92% 0.66% -
HSV(B) 88.5º 0.65% 0.97% -
XYZ 52.34 76.61 21.26 -
YUV 207.04 60.82 103.01 -
System Red Green Blue C M Y K H S L
Decimal 172 248 88 0.31 0 0.65 0.03 88.5 0.92 0.66
Hex AC F8 58 1F 0 41 3 58 5C 42
Octal 254 370 130 37 0 101 3 130 134 102
Binary 10101100 11111000 1011000 11111 0 1000001 11 1011000 1011100 1000010

Color Harmonies of #ACF858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF858

Black with #ACF858

Text Example


Text Example

White with #ACF858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF858; }

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

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

background-color css

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

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

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

border-color css

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

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

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