Html Css Color HEX #A0E766 Conifer

📋 copy color: '#A0E766'

red 160 ◦ green 231 ◦ blue 102

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

Shades of Conifer #A0E766

Tints of Conifer #A0E766

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.86%

 BLUE value IS 102 (40.23% from 255) = 20.69%

R = 32.45%
G = 46.86%
B = 20.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#A0E766 (or 0xA0E766) is known color: Conifer. HEX triplet: A0, E7 and 66. RGB value is (160,231,102). Sum of RGB (Red+Green+Blue) = 160+231+102=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E766 is #5F1899. Grayscale: #C3C3C3. Windows color (decimal): -6232218 or 6743968. OLE color: 6743968.

HSL color Cylindrical-coordinate representation of color #A0E766: hue angle of 93.02º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0E766 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 231 102 -
CMYK 0.31 0 0.56 0.09
HSL 93.02º 0.73% 0.65% -
HSV(B) 93.02º 0.56% 0.91% -
XYZ 45.47 65.58 22.83 -
YUV 195.07 75.48 102.99 -
System Red Green Blue C M Y K H S L
Decimal 160 231 102 0.31 0 0.56 0.09 93.02 0.73 0.65
Hex A0 E7 66 1F 0 38 9 5D 49 41
Octal 240 347 146 37 0 70 11 135 111 101
Binary 10100000 11100111 1100110 11111 0 111000 1001 1011101 1001001 1000001

Color Harmonies of #A0E766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E766

Black with #A0E766

Text Example


Text Example

White with #A0E766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E766; }

 p { color: rgb(160,231,102); }

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

background-color css

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

 a { background-color: rgb(160,231,102); }

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

border-color css

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

 span { border-color: rgb(160,231,102); }

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