Html Css Color HEX #A0FD58 Conifer

📋 copy color: '#A0FD58'

red 160 ◦ green 253 ◦ blue 88

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

Shades of Conifer #A0FD58

Tints of Conifer #A0FD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.56%

R = 31.94%
G = 50.5%
B = 17.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#A0FD58 (or 0xA0FD58) is known color: Conifer. HEX triplet: A0, FD and 58. RGB value is (160,253,88). Sum of RGB (Red+Green+Blue) = 160+253+88=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD58 is #5F02A7. Grayscale: #CECECE. Windows color (decimal): -6226600 or 5832096. OLE color: 5832096.

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

Color convert

RGB 160 253 88 -
CMYK 0.37 0 0.65 0.01
HSL 93.82º 0.98% 0.67% -
HSV(B) 93.82º 0.65% 0.99% -
XYZ 51.38 78.43 21.66 -
YUV 206.38 61.19 94.92 -
System Red Green Blue C M Y K H S L
Decimal 160 253 88 0.37 0 0.65 0.01 93.82 0.98 0.67
Hex A0 FD 58 25 0 41 1 5E 62 43
Octal 240 375 130 45 0 101 1 136 142 103
Binary 10100000 11111101 1011000 100101 0 1000001 1 1011110 1100010 1000011

Color Harmonies of #A0FD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD58

Black with #A0FD58

Text Example


Text Example

White with #A0FD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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