Html Css Color HEX #9AE975 Feijoa

📋 copy color: '#9AE975'

red 154 ◦ green 233 ◦ blue 117

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

Shades of Feijoa #9AE975

Tints of Feijoa #9AE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.23%

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

R = 30.56%
G = 46.23%
B = 23.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#9AE975 (or 0x9AE975) is known color: Feijoa. HEX triplet: 9A, E9 and 75. RGB value is (154,233,117). Sum of RGB (Red+Green+Blue) = 154+233+117=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE975 is #65168A. Grayscale: #C4C4C4. Windows color (decimal): -6624907 or 7727514. OLE color: 7727514.

HSL color Cylindrical-coordinate representation of color #9AE975: hue angle of 100.86º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AE975 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 154 233 117 -
CMYK 0.34 0 0.50 0.09
HSL 100.86º 0.73% 0.69% -
HSV(B) 100.86º 0.5% 0.91% -
XYZ 45.68 66.43 27.24 -
YUV 196.16 83.33 97.93 -
System Red Green Blue C M Y K H S L
Decimal 154 233 117 0.34 0 0.50 0.09 100.86 0.73 0.69
Hex 9A E9 75 22 0 32 9 65 48 45
Octal 232 351 165 42 0 62 11 145 110 105
Binary 10011010 11101001 1110101 100010 0 110010 1001 1100101 1001000 1000101

Color Harmonies of #9AE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE975

Black with #9AE975

Text Example


Text Example

White with #9AE975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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