Html Css Color HEX #A6DF85 Feijoa

📋 copy color: '#A6DF85'

red 166 ◦ green 223 ◦ blue 133

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

Shades of Feijoa #A6DF85

Tints of Feijoa #A6DF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

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

R = 31.8%
G = 42.72%
B = 25.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#A6DF85 (or 0xA6DF85) is known color: Feijoa. HEX triplet: A6, DF and 85. RGB value is (166,223,133). Sum of RGB (Red+Green+Blue) = 166+223+133=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DF85 is #59207A. Grayscale: #C4C4C4. Windows color (decimal): -5841019 or 8773542. OLE color: 8773542.

HSL color Cylindrical-coordinate representation of color #A6DF85: hue angle of 98º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6DF85 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 133 -
CMYK 0.26 0 0.40 0.13
HSL 98º 0.58% 0.7% -
HSV(B) 98º 0.4% 0.87% -
XYZ 46.35 62.58 31.83 -
YUV 195.7 92.62 106.82 -
System Red Green Blue C M Y K H S L
Decimal 166 223 133 0.26 0 0.40 0.13 98 0.58 0.7
Hex A6 DF 85 1A 0 28 D 62 3A 46
Octal 246 337 205 32 0 50 15 142 72 106
Binary 10100110 11011111 10000101 11010 0 101000 1101 1100010 111010 1000110

Color Harmonies of #A6DF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF85

Black with #A6DF85

Text Example


Text Example

White with #A6DF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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