Html Css Color HEX #A0E64D Conifer

📋 copy color: '#A0E64D'

red 160 ◦ green 230 ◦ blue 77

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

Shades of Conifer #A0E64D

Tints of Conifer #A0E64D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.25%

 BLUE value IS 77 (30.47% from 255) = 16.49%

R = 34.26%
G = 49.25%
B = 16.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#A0E64D (or 0xA0E64D) is known color: Conifer. HEX triplet: A0, E6 and 4D. RGB value is (160,230,77). Sum of RGB (Red+Green+Blue) = 160+230+77=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E64D is #5F19B2. Grayscale: #C0C0C0. Windows color (decimal): -6232499 or 5105312. OLE color: 5105312.

HSL color Cylindrical-coordinate representation of color #A0E64D: hue angle of 87.45º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0E64D is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 230 77 -
CMYK 0.30 0 0.67 0.10
HSL 87.45º 0.75% 0.6% -
HSV(B) 87.45º 0.67% 0.9% -
XYZ 44.13 64.6 17.16 -
YUV 191.63 63.31 105.44 -
System Red Green Blue C M Y K H S L
Decimal 160 230 77 0.30 0 0.67 0.10 87.45 0.75 0.6
Hex A0 E6 4D 1E 0 43 A 57 4B 3C
Octal 240 346 115 36 0 103 12 127 113 74
Binary 10100000 11100110 1001101 11110 0 1000011 1010 1010111 1001011 111100

Color Harmonies of #A0E64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E64D

Black with #A0E64D

Text Example


Text Example

White with #A0E64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E64D; }

 p { color: rgb(160,230,77); }

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

background-color css

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

 a { background-color: rgb(160,230,77); }

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

border-color css

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

 span { border-color: rgb(160,230,77); }

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