Html Css Color HEX #A0EF56 Conifer

📋 copy color: '#A0EF56'

red 160 ◦ green 239 ◦ blue 86

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

Shades of Conifer #A0EF56

Tints of Conifer #A0EF56

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.28%

 BLUE value IS 86 (33.98% from 255) = 17.73%

R = 32.99%
G = 49.28%
B = 17.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#A0EF56 (or 0xA0EF56) is known color: Conifer. HEX triplet: A0, EF and 56. RGB value is (160,239,86). Sum of RGB (Red+Green+Blue) = 160+239+86=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF56 is #5F10A9. Grayscale: #C6C6C6. Windows color (decimal): -6230186 or 5697440. OLE color: 5697440.

HSL color Cylindrical-coordinate representation of color #A0EF56: hue angle of 90.98º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0EF56 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 86 -
CMYK 0.33 0 0.64 0.06
HSL 90.98º 0.83% 0.64% -
HSV(B) 90.98º 0.64% 0.94% -
XYZ 47.04 69.88 19.81 -
YUV 197.94 64.83 100.94 -
System Red Green Blue C M Y K H S L
Decimal 160 239 86 0.33 0 0.64 0.06 90.98 0.83 0.64
Hex A0 EF 56 21 0 40 6 5B 53 40
Octal 240 357 126 41 0 100 6 133 123 100
Binary 10100000 11101111 1010110 100001 0 1000000 110 1011011 1010011 1000000

Color Harmonies of #A0EF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF56

Black with #A0EF56

Text Example


Text Example

White with #A0EF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF56; }

 p { color: rgb(160,239,86); }

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

background-color css

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

 a { background-color: rgb(160,239,86); }

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

border-color css

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

 span { border-color: rgb(160,239,86); }

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