Html Css Color HEX #A0F15B Conifer

📋 copy color: '#A0F15B'

red 160 ◦ green 241 ◦ blue 91

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

Shades of Conifer #A0F15B

Tints of Conifer #A0F15B

RGB

 RED value IS 160 (62.89% from 255) = 32.52%

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

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

R = 32.52%
G = 48.98%
B = 18.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#A0F15B (or 0xA0F15B) is known color: Conifer. HEX triplet: A0, F1 and 5B. RGB value is (160,241,91). Sum of RGB (Red+Green+Blue) = 160+241+91=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F15B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F15B is #5F0EA4. Grayscale: #C8C8C8. Windows color (decimal): -6229669 or 6025632. OLE color: 6025632.

HSL color Cylindrical-coordinate representation of color #A0F15B: hue angle of 92.4º 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 #A0F15B is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 241 91 -
CMYK 0.34 0 0.62 0.05
HSL 92.4º 0.84% 0.65% -
HSV(B) 92.4º 0.62% 0.95% -
XYZ 47.84 71.14 21.11 -
YUV 199.68 66.66 99.7 -
System Red Green Blue C M Y K H S L
Decimal 160 241 91 0.34 0 0.62 0.05 92.4 0.84 0.65
Hex A0 F1 5B 22 0 3E 5 5C 54 41
Octal 240 361 133 42 0 76 5 134 124 101
Binary 10100000 11110001 1011011 100010 0 111110 101 1011100 1010100 1000001

Color Harmonies of #A0F15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F15B

Black with #A0F15B

Text Example


Text Example

White with #A0F15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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