Html Css Color HEX #A0FD5B Conifer

📋 copy color: '#A0FD5B'

red 160 ◦ green 253 ◦ blue 91

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

Shades of Conifer #A0FD5B

Tints of Conifer #A0FD5B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

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

R = 31.75%
G = 50.2%
B = 18.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#A0FD5B (or 0xA0FD5B) is known color: Conifer. HEX triplet: A0, FD and 5B. RGB value is (160,253,91). Sum of RGB (Red+Green+Blue) = 160+253+91=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD5B is #5F02A4. Grayscale: #CFCFCF. Windows color (decimal): -6226597 or 6028704. OLE color: 6028704.

HSL color Cylindrical-coordinate representation of color #A0FD5B: hue angle of 94.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0FD5B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 91 -
CMYK 0.37 0 0.64 0.01
HSL 94.44º 0.98% 0.67% -
HSV(B) 94.44º 0.64% 0.99% -
XYZ 51.51 78.48 22.33 -
YUV 206.73 62.69 94.67 -
System Red Green Blue C M Y K H S L
Decimal 160 253 91 0.37 0 0.64 0.01 94.44 0.98 0.67
Hex A0 FD 5B 25 0 40 1 5E 62 43
Octal 240 375 133 45 0 100 1 136 142 103
Binary 10100000 11111101 1011011 100101 0 1000000 1 1011110 1100010 1000011

Color Harmonies of #A0FD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD5B

Black with #A0FD5B

Text Example


Text Example

White with #A0FD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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