Html Css Color HEX #ACF15B Conifer

📋 copy color: '#ACF15B'

red 172 ◦ green 241 ◦ blue 91

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

Shades of Conifer #ACF15B

Tints of Conifer #ACF15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.06%

R = 34.13%
G = 47.82%
B = 18.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#ACF15B (or 0xACF15B) is known color: Conifer. HEX triplet: AC, F1 and 5B. RGB value is (172,241,91). Sum of RGB (Red+Green+Blue) = 172+241+91=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF15B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF15B is #530EA4. Grayscale: #CBCBCB. Windows color (decimal): -5443237 or 6025644. OLE color: 6025644.

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

Color convert

RGB 172 241 91 -
CMYK 0.29 0 0.62 0.05
HSL 87.6º 0.84% 0.65% -
HSV(B) 87.6º 0.62% 0.95% -
XYZ 50.36 72.44 21.23 -
YUV 203.27 64.64 105.7 -
System Red Green Blue C M Y K H S L
Decimal 172 241 91 0.29 0 0.62 0.05 87.6 0.84 0.65
Hex AC F1 5B 1D 0 3E 5 58 54 41
Octal 254 361 133 35 0 76 5 130 124 101
Binary 10101100 11110001 1011011 11101 0 111110 101 1011000 1010100 1000001

Color Harmonies of #ACF15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF15B

Black with #ACF15B

Text Example


Text Example

White with #ACF15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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