Html Css Color HEX #9AE372 Feijoa

📋 copy color: '#9AE372'

red 154 ◦ green 227 ◦ blue 114

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

Shades of Feijoa #9AE372

Tints of Feijoa #9AE372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.86%

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 31.11%
G = 45.86%
B = 23.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#9AE372 (or 0x9AE372) is known color: Feijoa. HEX triplet: 9A, E3 and 72. RGB value is (154,227,114). Sum of RGB (Red+Green+Blue) = 154+227+114=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE372 is #651C8D. Grayscale: #C0C0C0. Windows color (decimal): -6626446 or 7529370. OLE color: 7529370.

HSL color Cylindrical-coordinate representation of color #9AE372: hue angle of 98.76º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AE372 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 154 227 114 -
CMYK 0.32 0 0.50 0.11
HSL 98.76º 0.67% 0.67% -
HSV(B) 98.76º 0.5% 0.89% -
XYZ 43.83 63.02 25.77 -
YUV 192.29 83.82 100.69 -
System Red Green Blue C M Y K H S L
Decimal 154 227 114 0.32 0 0.50 0.11 98.76 0.67 0.67
Hex 9A E3 72 20 0 32 B 63 43 43
Octal 232 343 162 40 0 62 13 143 103 103
Binary 10011010 11100011 1110010 100000 0 110010 1011 1100011 1000011 1000011

Color Harmonies of #9AE372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE372

Black with #9AE372

Text Example


Text Example

White with #9AE372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,227,114); }

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

background-color css

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

 a { background-color: rgb(154,227,114); }

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

border-color css

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

 span { border-color: rgb(154,227,114); }

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