Html Css Color HEX #A0DF58 Conifer

📋 copy color: '#A0DF58'

red 160 ◦ green 223 ◦ blue 88

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

Shades of Conifer #A0DF58

Tints of Conifer #A0DF58

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.35%

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

R = 33.97%
G = 47.35%
B = 18.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#A0DF58 (or 0xA0DF58) is known color: Conifer. HEX triplet: A0, DF and 58. RGB value is (160,223,88). Sum of RGB (Red+Green+Blue) = 160+223+88=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF58 is #5F20A7. Grayscale: #BDBDBD. Windows color (decimal): -6234280 or 5824416. OLE color: 5824416.

HSL color Cylindrical-coordinate representation of color #A0DF58: hue angle of 88º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0DF58 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 88 -
CMYK 0.28 0 0.61 0.13
HSL 88º 0.68% 0.61% -
HSV(B) 88º 0.61% 0.87% -
XYZ 42.65 60.95 18.75 -
YUV 188.77 71.13 107.48 -
System Red Green Blue C M Y K H S L
Decimal 160 223 88 0.28 0 0.61 0.13 88 0.68 0.61
Hex A0 DF 58 1C 0 3D D 58 44 3D
Octal 240 337 130 34 0 75 15 130 104 75
Binary 10100000 11011111 1011000 11100 0 111101 1101 1011000 1000100 111101

Color Harmonies of #A0DF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF58

Black with #A0DF58

Text Example


Text Example

White with #A0DF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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