Html Css Color HEX #A6ED7D Feijoa

📋 copy color: '#A6ED7D'

red 166 ◦ green 237 ◦ blue 125

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

Shades of Feijoa #A6ED7D

Tints of Feijoa #A6ED7D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.89%

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

R = 31.44%
G = 44.89%
B = 23.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#A6ED7D (or 0xA6ED7D) is known color: Feijoa. HEX triplet: A6, ED and 7D. RGB value is (166,237,125). Sum of RGB (Red+Green+Blue) = 166+237+125=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6ED7D is #591282. Grayscale: #CBCBCB. Windows color (decimal): -5837443 or 8252838. OLE color: 8252838.

HSL color Cylindrical-coordinate representation of color #A6ED7D: hue angle of 98.04º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6ED7D is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 237 125 -
CMYK 0.30 0 0.47 0.07
HSL 98.04º 0.76% 0.71% -
HSV(B) 98.04º 0.47% 0.93% -
XYZ 49.71 70.16 30.32 -
YUV 203 83.98 101.61 -
System Red Green Blue C M Y K H S L
Decimal 166 237 125 0.30 0 0.47 0.07 98.04 0.76 0.71
Hex A6 ED 7D 1E 0 2F 7 62 4C 47
Octal 246 355 175 36 0 57 7 142 114 107
Binary 10100110 11101101 1111101 11110 0 101111 111 1100010 1001100 1000111

Color Harmonies of #A6ED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ED7D

Black with #A6ED7D

Text Example


Text Example

White with #A6ED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ED7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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