Html Css Color HEX #9AE575 Feijoa

📋 copy color: '#9AE575'

red 154 ◦ green 229 ◦ blue 117

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

Shades of Feijoa #9AE575

Tints of Feijoa #9AE575

RGB

 RED value IS 154 (60.55% from 255) = 30.8%

 GREEN value IS 229 (89.84% from 255) = 45.8%

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

R = 30.8%
G = 45.8%
B = 23.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#9AE575 (or 0x9AE575) is known color: Feijoa. HEX triplet: 9A, E5 and 75. RGB value is (154,229,117). Sum of RGB (Red+Green+Blue) = 154+229+117=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE575 is #651A8A. Grayscale: #C2C2C2. Windows color (decimal): -6625931 or 7726490. OLE color: 7726490.

HSL color Cylindrical-coordinate representation of color #9AE575: hue angle of 100.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AE575 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 229 117 -
CMYK 0.33 0 0.49 0.10
HSL 100.18º 0.68% 0.68% -
HSV(B) 100.18º 0.49% 0.9% -
XYZ 44.56 64.19 26.87 -
YUV 193.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 154 229 117 0.33 0 0.49 0.10 100.18 0.68 0.68
Hex 9A E5 75 21 0 31 A 64 44 44
Octal 232 345 165 41 0 61 12 144 104 104
Binary 10011010 11100101 1110101 100001 0 110001 1010 1100100 1000100 1000100

Color Harmonies of #9AE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE575

Black with #9AE575

Text Example


Text Example

White with #9AE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AE575; }

 p { color: rgb(154,229,117); }

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

background-color css

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

 a { background-color: rgb(154,229,117); }

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

border-color css

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

 span { border-color: rgb(154,229,117); }

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