Html Css Color HEX #A6CE85 Feijoa

📋 copy color: '#A6CE85'

red 166 ◦ green 206 ◦ blue 133

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

Shades of Feijoa #A6CE85

Tints of Feijoa #A6CE85

RGB

 RED value IS 166 (65.23% from 255) = 32.87%

 GREEN value IS 206 (80.86% from 255) = 40.79%

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 32.87%
G = 40.79%
B = 26.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#A6CE85 (or 0xA6CE85) is known color: Feijoa. HEX triplet: A6, CE and 85. RGB value is (166,206,133). Sum of RGB (Red+Green+Blue) = 166+206+133=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CE85 is #59317A. Grayscale: #B9B9B9. Windows color (decimal): -5845371 or 8769190. OLE color: 8769190.

HSL color Cylindrical-coordinate representation of color #A6CE85: hue angle of 92.88º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CE85 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 206 133 -
CMYK 0.19 0 0.35 0.19
HSL 92.88º 0.43% 0.66% -
HSV(B) 92.88º 0.35% 0.81% -
XYZ 42.03 53.94 30.39 -
YUV 185.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 166 206 133 0.19 0 0.35 0.19 92.88 0.43 0.66
Hex A6 CE 85 13 0 23 13 5D 2B 42
Octal 246 316 205 23 0 43 23 135 53 102
Binary 10100110 11001110 10000101 10011 0 100011 10011 1011101 101011 1000010

Color Harmonies of #A6CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE85

Black with #A6CE85

Text Example


Text Example

White with #A6CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE85; }

 p { color: rgb(166,206,133); }

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

background-color css

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

 a { background-color: rgb(166,206,133); }

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

border-color css

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

 span { border-color: rgb(166,206,133); }

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