Html Css Color HEX #A0F250 Conifer

📋 copy color: '#A0F250'

red 160 ◦ green 242 ◦ blue 80

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

Shades of Conifer #A0F250

Tints of Conifer #A0F250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.6%

R = 33.2%
G = 50.21%
B = 16.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#A0F250 (or 0xA0F250) is known color: Conifer. HEX triplet: A0, F2 and 50. RGB value is (160,242,80). Sum of RGB (Red+Green+Blue) = 160+242+80=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F250 is #5F0DAF. Grayscale: #C7C7C7. Windows color (decimal): -6229424 or 5304992. OLE color: 5304992.

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

Color convert

RGB 160 242 80 -
CMYK 0.34 0 0.67 0.05
HSL 90.37º 0.86% 0.63% -
HSV(B) 90.37º 0.67% 0.95% -
XYZ 47.7 71.56 18.89 -
YUV 199.01 60.83 100.17 -
System Red Green Blue C M Y K H S L
Decimal 160 242 80 0.34 0 0.67 0.05 90.37 0.86 0.63
Hex A0 F2 50 22 0 43 5 5A 56 3F
Octal 240 362 120 42 0 103 5 132 126 77
Binary 10100000 11110010 1010000 100010 0 1000011 101 1011010 1010110 111111

Color Harmonies of #A0F250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F250

Black with #A0F250

Text Example


Text Example

White with #A0F250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F250; }

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

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

background-color css

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

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

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

border-color css

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

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

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