Html Css Color HEX #ACF15A Conifer

📋 copy color: '#ACF15A'

red 172 ◦ green 241 ◦ blue 90

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

Shades of Conifer #ACF15A

Tints of Conifer #ACF15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.89%

R = 34.19%
G = 47.91%
B = 17.89%

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

#ACF15A (or 0xACF15A) is known color: Conifer. HEX triplet: AC, F1 and 5A. RGB value is (172,241,90). Sum of RGB (Red+Green+Blue) = 172+241+90=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF15A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF15A is #530EA5. Grayscale: #CBCBCB. Windows color (decimal): -5443238 or 5960108. OLE color: 5960108.

HSL color Cylindrical-coordinate representation of color #ACF15A: hue angle of 87.42º degrees, saturation: 0.84, 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 #ACF15A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 90 -
CMYK 0.29 0 0.63 0.05
HSL 87.42º 0.84% 0.65% -
HSV(B) 87.42º 0.63% 0.95% -
XYZ 50.31 72.42 21 -
YUV 203.16 64.14 105.78 -
System Red Green Blue C M Y K H S L
Decimal 172 241 90 0.29 0 0.63 0.05 87.42 0.84 0.65
Hex AC F1 5A 1D 0 3F 5 57 54 41
Octal 254 361 132 35 0 77 5 127 124 101
Binary 10101100 11110001 1011010 11101 0 111111 101 1010111 1010100 1000001

Color Harmonies of #ACF15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF15A

Black with #ACF15A

Text Example


Text Example

White with #ACF15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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