Html Css Color HEX #A0E664 Conifer

📋 copy color: '#A0E664'

red 160 ◦ green 230 ◦ blue 100

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

Shades of Conifer #A0E664

Tints of Conifer #A0E664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.41%

R = 32.65%
G = 46.94%
B = 20.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#A0E664 (or 0xA0E664) is known color: Conifer. HEX triplet: A0, E6 and 64. RGB value is (160,230,100). Sum of RGB (Red+Green+Blue) = 160+230+100=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E664 is #5F199B. Grayscale: #C2C2C2. Windows color (decimal): -6232476 or 6612640. OLE color: 6612640.

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

Color convert

RGB 160 230 100 -
CMYK 0.30 0 0.57 0.10
HSL 92.31º 0.72% 0.65% -
HSV(B) 92.31º 0.57% 0.9% -
XYZ 45.09 64.99 22.22 -
YUV 194.25 74.81 103.57 -
System Red Green Blue C M Y K H S L
Decimal 160 230 100 0.30 0 0.57 0.10 92.31 0.72 0.65
Hex A0 E6 64 1E 0 39 A 5C 48 41
Octal 240 346 144 36 0 71 12 134 110 101
Binary 10100000 11100110 1100100 11110 0 111001 1010 1011100 1001000 1000001

Color Harmonies of #A0E664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E664

Black with #A0E664

Text Example


Text Example

White with #A0E664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E664; }

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

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

background-color css

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

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

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

border-color css

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

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

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