Html Css Color HEX #A6EE7D Feijoa

📋 copy color: '#A6EE7D'

red 166 ◦ green 238 ◦ blue 125

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

Shades of Feijoa #A6EE7D

Tints of Feijoa #A6EE7D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.99%

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

R = 31.38%
G = 44.99%
B = 23.63%

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

#A6EE7D (or 0xA6EE7D) is known color: Feijoa. HEX triplet: A6, EE and 7D. RGB value is (166,238,125). Sum of RGB (Red+Green+Blue) = 166+238+125=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE7D is #591182. Grayscale: #CBCBCB. Windows color (decimal): -5837187 or 8253094. OLE color: 8253094.

HSL color Cylindrical-coordinate representation of color #A6EE7D: hue angle of 98.23º degrees, saturation: 0.77, 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 #A6EE7D is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 238 125 -
CMYK 0.30 0 0.47 0.07
HSL 98.23º 0.77% 0.71% -
HSV(B) 98.23º 0.47% 0.93% -
XYZ 50 70.74 30.42 -
YUV 203.59 83.65 101.19 -
System Red Green Blue C M Y K H S L
Decimal 166 238 125 0.30 0 0.47 0.07 98.23 0.77 0.71
Hex A6 EE 7D 1E 0 2F 7 62 4D 47
Octal 246 356 175 36 0 57 7 142 115 107
Binary 10100110 11101110 1111101 11110 0 101111 111 1100010 1001101 1000111

Color Harmonies of #A6EE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EE7D

Black with #A6EE7D

Text Example


Text Example

White with #A6EE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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