Html Css Color HEX #A0F954 Conifer

📋 copy color: '#A0F954'

red 160 ◦ green 249 ◦ blue 84

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

Shades of Conifer #A0F954

Tints of Conifer #A0F954

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

 BLUE value IS 84 (33.2% from 255) = 17.04%

R = 32.45%
G = 50.51%
B = 17.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#A0F954 (or 0xA0F954) is known color: Conifer. HEX triplet: A0, F9 and 54. RGB value is (160,249,84). Sum of RGB (Red+Green+Blue) = 160+249+84=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F954 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F954 is #5F06AB. Grayscale: #CCCCCC. Windows color (decimal): -6227628 or 5568928. OLE color: 5568928.

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

Color convert

RGB 160 249 84 -
CMYK 0.36 0 0.66 0.02
HSL 92.36º 0.93% 0.65% -
HSV(B) 92.36º 0.66% 0.98% -
XYZ 49.97 75.87 20.4 -
YUV 203.58 60.51 96.92 -
System Red Green Blue C M Y K H S L
Decimal 160 249 84 0.36 0 0.66 0.02 92.36 0.93 0.65
Hex A0 F9 54 24 0 42 2 5C 5D 41
Octal 240 371 124 44 0 102 2 134 135 101
Binary 10100000 11111001 1010100 100100 0 1000010 10 1011100 1011101 1000001

Color Harmonies of #A0F954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F954

Black with #A0F954

Text Example


Text Example

White with #A0F954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F954; }

 p { color: rgb(160,249,84); }

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

background-color css

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

 a { background-color: rgb(160,249,84); }

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

border-color css

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

 span { border-color: rgb(160,249,84); }

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