Html Css Color HEX #A8EA75 Feijoa

📋 copy color: '#A8EA75'

red 168 ◦ green 234 ◦ blue 117

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

Shades of Feijoa #A8EA75

Tints of Feijoa #A8EA75

RGB

 RED value IS 168 (66.02% from 255) = 32.37%

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

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

R = 32.37%
G = 45.09%
B = 22.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#A8EA75 (or 0xA8EA75) is known color: Feijoa. HEX triplet: A8, EA and 75. RGB value is (168,234,117). Sum of RGB (Red+Green+Blue) = 168+234+117=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA75 is #57158A. Grayscale: #C9C9C9. Windows color (decimal): -5707147 or 7727784. OLE color: 7727784.

HSL color Cylindrical-coordinate representation of color #A8EA75: hue angle of 93.85º 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 #A8EA75 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 117 -
CMYK 0.28 0 0.5 0.08
HSL 93.85º 0.74% 0.69% -
HSV(B) 93.85º 0.5% 0.92% -
XYZ 48.78 68.45 27.47 -
YUV 200.93 80.63 104.51 -
System Red Green Blue C M Y K H S L
Decimal 168 234 117 0.28 0 0.5 0.08 93.85 0.74 0.69
Hex A8 EA 75 1C 0 32 8 5E 4A 45
Octal 250 352 165 34 0 62 10 136 112 105
Binary 10101000 11101010 1110101 11100 0 110010 1000 1011110 1001010 1000101

Color Harmonies of #A8EA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA75

Black with #A8EA75

Text Example


Text Example

White with #A8EA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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