Html Css Color HEX #A0F25B Conifer

📋 copy color: '#A0F25B'

red 160 ◦ green 242 ◦ blue 91

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

Shades of Conifer #A0F25B

Tints of Conifer #A0F25B

RGB

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

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

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

R = 32.45%
G = 49.09%
B = 18.46%

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

#A0F25B (or 0xA0F25B) is known color: Conifer. HEX triplet: A0, F2 and 5B. RGB value is (160,242,91). Sum of RGB (Red+Green+Blue) = 160+242+91=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F25B is #5F0DA4. Grayscale: #C8C8C8. Windows color (decimal): -6229413 or 6025888. OLE color: 6025888.

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

Color convert

RGB 160 242 91 -
CMYK 0.34 0 0.62 0.05
HSL 92.58º 0.85% 0.65% -
HSV(B) 92.58º 0.62% 0.95% -
XYZ 48.14 71.73 21.21 -
YUV 200.27 66.33 99.28 -
System Red Green Blue C M Y K H S L
Decimal 160 242 91 0.34 0 0.62 0.05 92.58 0.85 0.65
Hex A0 F2 5B 22 0 3E 5 5D 55 41
Octal 240 362 133 42 0 76 5 135 125 101
Binary 10100000 11110010 1011011 100010 0 111110 101 1011101 1010101 1000001

Color Harmonies of #A0F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F25B

Black with #A0F25B

Text Example


Text Example

White with #A0F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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