Html Css Color HEX #9AE774 Feijoa

📋 copy color: '#9AE774'

red 154 ◦ green 231 ◦ blue 116

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

Shades of Feijoa #9AE774

Tints of Feijoa #9AE774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.11%

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 30.74%
G = 46.11%
B = 23.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#9AE774 (or 0x9AE774) is known color: Feijoa. HEX triplet: 9A, E7 and 74. RGB value is (154,231,116). Sum of RGB (Red+Green+Blue) = 154+231+116=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #9AE774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE774 is #65188B. Grayscale: #C3C3C3. Windows color (decimal): -6625420 or 7661466. OLE color: 7661466.

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

Color convert

RGB 154 231 116 -
CMYK 0.33 0 0.50 0.09
HSL 100.17º 0.71% 0.68% -
HSV(B) 100.17º 0.5% 0.91% -
XYZ 45.05 65.28 26.75 -
YUV 194.87 83.49 98.85 -
System Red Green Blue C M Y K H S L
Decimal 154 231 116 0.33 0 0.50 0.09 100.17 0.71 0.68
Hex 9A E7 74 21 0 32 9 64 47 44
Octal 232 347 164 41 0 62 11 144 107 104
Binary 10011010 11100111 1110100 100001 0 110010 1001 1100100 1000111 1000100

Color Harmonies of #9AE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE774

Black with #9AE774

Text Example


Text Example

White with #9AE774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,231,116); }

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

background-color css

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

 a { background-color: rgb(154,231,116); }

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

border-color css

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

 span { border-color: rgb(154,231,116); }

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