Html Css Color HEX #A6DF7D Feijoa

📋 copy color: '#A6DF7D'

red 166 ◦ green 223 ◦ blue 125

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

Shades of Feijoa #A6DF7D

Tints of Feijoa #A6DF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.32%

R = 32.3%
G = 43.39%
B = 24.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#A6DF7D (or 0xA6DF7D) is known color: Feijoa. HEX triplet: A6, DF and 7D. RGB value is (166,223,125). Sum of RGB (Red+Green+Blue) = 166+223+125=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF7D is #592082. Grayscale: #C3C3C3. Windows color (decimal): -5841027 or 8249254. OLE color: 8249254.

HSL color Cylindrical-coordinate representation of color #A6DF7D: hue angle of 94.9º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6DF7D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 125 -
CMYK 0.26 0 0.44 0.13
HSL 94.9º 0.6% 0.68% -
HSV(B) 94.9º 0.44% 0.87% -
XYZ 45.82 62.36 29.02 -
YUV 194.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 166 223 125 0.26 0 0.44 0.13 94.9 0.6 0.68
Hex A6 DF 7D 1A 0 2C D 5F 3C 44
Octal 246 337 175 32 0 54 15 137 74 104
Binary 10100110 11011111 1111101 11010 0 101100 1101 1011111 111100 1000100

Color Harmonies of #A6DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF7D

Black with #A6DF7D

Text Example


Text Example

White with #A6DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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