Html Css Color HEX #A0FD5D Conifer

📋 copy color: '#A0FD5D'

red 160 ◦ green 253 ◦ blue 93

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

Shades of Conifer #A0FD5D

Tints of Conifer #A0FD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.38%

R = 31.62%
G = 50%
B = 18.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#A0FD5D (or 0xA0FD5D) is known color: Conifer. HEX triplet: A0, FD and 5D. RGB value is (160,253,93). Sum of RGB (Red+Green+Blue) = 160+253+93=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD5D is #5F02A2. Grayscale: #CFCFCF. Windows color (decimal): -6226595 or 6159776. OLE color: 6159776.

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

Color convert

RGB 160 253 93 -
CMYK 0.37 0 0.63 0.01
HSL 94.88º 0.98% 0.68% -
HSV(B) 94.88º 0.63% 0.99% -
XYZ 51.6 78.51 22.79 -
YUV 206.95 63.69 94.51 -
System Red Green Blue C M Y K H S L
Decimal 160 253 93 0.37 0 0.63 0.01 94.88 0.98 0.68
Hex A0 FD 5D 25 0 3F 1 5F 62 44
Octal 240 375 135 45 0 77 1 137 142 104
Binary 10100000 11111101 1011101 100101 0 111111 1 1011111 1100010 1000100

Color Harmonies of #A0FD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD5D

Black with #A0FD5D

Text Example


Text Example

White with #A0FD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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