Html Css Color HEX #A6EA75 Feijoa

📋 copy color: '#A6EA75'

red 166 ◦ green 234 ◦ blue 117

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

Shades of Feijoa #A6EA75

Tints of Feijoa #A6EA75

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.26%

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 32.11%
G = 45.26%
B = 22.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#A6EA75 (or 0xA6EA75) is known color: Feijoa. HEX triplet: A6, EA and 75. RGB value is (166,234,117). Sum of RGB (Red+Green+Blue) = 166+234+117=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EA75 is #59158A. Grayscale: #C8C8C8. Windows color (decimal): -5838219 or 7727782. OLE color: 7727782.

HSL color Cylindrical-coordinate representation of color #A6EA75: hue angle of 94.87º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6EA75 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 234 117 -
CMYK 0.29 0 0.5 0.08
HSL 94.87º 0.74% 0.69% -
HSV(B) 94.87º 0.5% 0.92% -
XYZ 48.36 68.24 27.45 -
YUV 200.33 80.97 103.51 -
System Red Green Blue C M Y K H S L
Decimal 166 234 117 0.29 0 0.5 0.08 94.87 0.74 0.69
Hex A6 EA 75 1D 0 32 8 5F 4A 45
Octal 246 352 165 35 0 62 10 137 112 105
Binary 10100110 11101010 1110101 11101 0 110010 1000 1011111 1001010 1000101

Color Harmonies of #A6EA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EA75

Black with #A6EA75

Text Example


Text Example

White with #A6EA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EA75; }

 p { color: rgb(166,234,117); }

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

background-color css

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

 a { background-color: rgb(166,234,117); }

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

border-color css

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

 span { border-color: rgb(166,234,117); }

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