Html Css Color HEX #A0F350 Conifer

📋 copy color: '#A0F350'

red 160 ◦ green 243 ◦ blue 80

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

Shades of Conifer #A0F350

Tints of Conifer #A0F350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.31%

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

R = 33.13%
G = 50.31%
B = 16.56%

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

#A0F350 (or 0xA0F350) is known color: Conifer. HEX triplet: A0, F3 and 50. RGB value is (160,243,80). Sum of RGB (Red+Green+Blue) = 160+243+80=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F350 is #5F0CAF. Grayscale: #C8C8C8. Windows color (decimal): -6229168 or 5305248. OLE color: 5305248.

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

Color convert

RGB 160 243 80 -
CMYK 0.34 0 0.67 0.05
HSL 90.55º 0.87% 0.63% -
HSV(B) 90.55º 0.67% 0.95% -
XYZ 48 72.15 18.99 -
YUV 199.6 60.5 99.75 -
System Red Green Blue C M Y K H S L
Decimal 160 243 80 0.34 0 0.67 0.05 90.55 0.87 0.63
Hex A0 F3 50 22 0 43 5 5B 57 3F
Octal 240 363 120 42 0 103 5 133 127 77
Binary 10100000 11110011 1010000 100010 0 1000011 101 1011011 1010111 111111

Color Harmonies of #A0F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F350

Black with #A0F350

Text Example


Text Example

White with #A0F350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F350; }

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

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

background-color css

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

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

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

border-color css

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

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

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