Html Css Color HEX #9AE365 Feijoa

📋 copy color: '#9AE365'

red 154 ◦ green 227 ◦ blue 101

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

Shades of Feijoa #9AE365

Tints of Feijoa #9AE365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 31.95%
G = 47.1%
B = 20.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#9AE365 (or 0x9AE365) is known color: Feijoa. HEX triplet: 9A, E3 and 65. RGB value is (154,227,101). Sum of RGB (Red+Green+Blue) = 154+227+101=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE365 is #651C9A. Grayscale: #BFBFBF. Windows color (decimal): -6626459 or 6677402. OLE color: 6677402.

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

Color convert

RGB 154 227 101 -
CMYK 0.32 0 0.56 0.11
HSL 94.76º 0.69% 0.64% -
HSV(B) 94.76º 0.56% 0.89% -
XYZ 43.14 62.75 22.15 -
YUV 190.81 77.32 101.75 -
System Red Green Blue C M Y K H S L
Decimal 154 227 101 0.32 0 0.56 0.11 94.76 0.69 0.64
Hex 9A E3 65 20 0 38 B 5F 45 40
Octal 232 343 145 40 0 70 13 137 105 100
Binary 10011010 11100011 1100101 100000 0 111000 1011 1011111 1000101 1000000

Color Harmonies of #9AE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE365

Black with #9AE365

Text Example


Text Example

White with #9AE365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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