Html Css Color HEX #A0FB60 Conifer

📋 copy color: '#A0FB60'

red 160 ◦ green 251 ◦ blue 96

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

Shades of Conifer #A0FB60

Tints of Conifer #A0FB60

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.51%

 BLUE value IS 96 (37.89% from 255) = 18.93%

R = 31.56%
G = 49.51%
B = 18.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#A0FB60 (or 0xA0FB60) is known color: Conifer. HEX triplet: A0, FB and 60. RGB value is (160,251,96). Sum of RGB (Red+Green+Blue) = 160+251+96=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB60 is #5F049F. Grayscale: #CECECE. Windows color (decimal): -6227104 or 6355872. OLE color: 6355872.

HSL color Cylindrical-coordinate representation of color #A0FB60: hue angle of 95.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0FB60 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 251 96 -
CMYK 0.36 0 0.62 0.02
HSL 95.23º 0.95% 0.68% -
HSV(B) 95.23º 0.62% 0.98% -
XYZ 51.11 77.31 23.3 -
YUV 206.12 65.85 95.1 -
System Red Green Blue C M Y K H S L
Decimal 160 251 96 0.36 0 0.62 0.02 95.23 0.95 0.68
Hex A0 FB 60 24 0 3E 2 5F 5F 44
Octal 240 373 140 44 0 76 2 137 137 104
Binary 10100000 11111011 1100000 100100 0 111110 10 1011111 1011111 1000100

Color Harmonies of #A0FB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FB60

Black with #A0FB60

Text Example


Text Example

White with #A0FB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FB60; }

 p { color: rgb(160,251,96); }

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

background-color css

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

 a { background-color: rgb(160,251,96); }

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

border-color css

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

 span { border-color: rgb(160,251,96); }

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