Html Css Color HEX #A8E075 Feijoa

📋 copy color: '#A8E075'

red 168 ◦ green 224 ◦ blue 117

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

Shades of Feijoa #A8E075

Tints of Feijoa #A8E075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

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

R = 33.01%
G = 44.01%
B = 22.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#A8E075 (or 0xA8E075) is known color: Feijoa. HEX triplet: A8, E0 and 75. RGB value is (168,224,117). Sum of RGB (Red+Green+Blue) = 168+224+117=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E075 is #571F8A. Grayscale: #C3C3C3. Windows color (decimal): -5709707 or 7725224. OLE color: 7725224.

HSL color Cylindrical-coordinate representation of color #A8E075: hue angle of 91.4º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8E075 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 117 -
CMYK 0.25 0 0.48 0.12
HSL 91.4º 0.63% 0.67% -
HSV(B) 91.4º 0.48% 0.88% -
XYZ 46.02 62.92 26.55 -
YUV 195.06 83.95 108.7 -
System Red Green Blue C M Y K H S L
Decimal 168 224 117 0.25 0 0.48 0.12 91.4 0.63 0.67
Hex A8 E0 75 19 0 30 C 5B 3F 43
Octal 250 340 165 31 0 60 14 133 77 103
Binary 10101000 11100000 1110101 11001 0 110000 1100 1011011 111111 1000011

Color Harmonies of #A8E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E075

Black with #A8E075

Text Example


Text Example

White with #A8E075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E075; }

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

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

background-color css

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

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

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

border-color css

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

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

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