Html Css Color HEX #ACF258 Conifer

📋 copy color: '#ACF258'

red 172 ◦ green 242 ◦ blue 88

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

Shades of Conifer #ACF258

Tints of Conifer #ACF258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.21%

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

R = 34.26%
G = 48.21%
B = 17.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#ACF258 (or 0xACF258) is known color: Conifer. HEX triplet: AC, F2 and 58. RGB value is (172,242,88). Sum of RGB (Red+Green+Blue) = 172+242+88=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF258 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF258 is #530DA7. Grayscale: #CCCCCC. Windows color (decimal): -5442984 or 5829292. OLE color: 5829292.

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

Color convert

RGB 172 242 88 -
CMYK 0.29 0 0.64 0.05
HSL 87.27º 0.86% 0.65% -
HSV(B) 87.27º 0.64% 0.95% -
XYZ 50.53 72.98 20.66 -
YUV 203.51 62.81 105.52 -
System Red Green Blue C M Y K H S L
Decimal 172 242 88 0.29 0 0.64 0.05 87.27 0.86 0.65
Hex AC F2 58 1D 0 40 5 57 56 41
Octal 254 362 130 35 0 100 5 127 126 101
Binary 10101100 11110010 1011000 11101 0 1000000 101 1010111 1010110 1000001

Color Harmonies of #ACF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF258

Black with #ACF258

Text Example


Text Example

White with #ACF258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF258; }

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

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

background-color css

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

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

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

border-color css

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

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

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