Html Css Color HEX #ACF158 Conifer

📋 copy color: '#ACF158'

red 172 ◦ green 241 ◦ blue 88

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

Shades of Conifer #ACF158

Tints of Conifer #ACF158

RGB

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

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

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

R = 34.33%
G = 48.1%
B = 17.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#ACF158 (or 0xACF158) is known color: Conifer. HEX triplet: AC, F1 and 58. RGB value is (172,241,88). Sum of RGB (Red+Green+Blue) = 172+241+88=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF158 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF158 is #530EA7. Grayscale: #CBCBCB. Windows color (decimal): -5443240 or 5829036. OLE color: 5829036.

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

Color convert

RGB 172 241 88 -
CMYK 0.29 0 0.63 0.05
HSL 87.06º 0.85% 0.65% -
HSV(B) 87.06º 0.63% 0.95% -
XYZ 50.23 72.39 20.56 -
YUV 202.93 63.14 105.94 -
System Red Green Blue C M Y K H S L
Decimal 172 241 88 0.29 0 0.63 0.05 87.06 0.85 0.65
Hex AC F1 58 1D 0 3F 5 57 55 41
Octal 254 361 130 35 0 77 5 127 125 101
Binary 10101100 11110001 1011000 11101 0 111111 101 1010111 1010101 1000001

Color Harmonies of #ACF158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF158

Black with #ACF158

Text Example


Text Example

White with #ACF158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF158; }

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

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

background-color css

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

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

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

border-color css

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

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

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