Html Css Color HEX #9AE468 Feijoa

📋 copy color: '#9AE468'

red 154 ◦ green 228 ◦ blue 104

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

Shades of Feijoa #9AE468

Tints of Feijoa #9AE468

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.91%

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 31.69%
G = 46.91%
B = 21.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#9AE468 (or 0x9AE468) is known color: Feijoa. HEX triplet: 9A, E4 and 68. RGB value is (154,228,104). Sum of RGB (Red+Green+Blue) = 154+228+104=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE468 is #651B97. Grayscale: #C0C0C0. Windows color (decimal): -6626200 or 6874266. OLE color: 6874266.

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

Color convert

RGB 154 228 104 -
CMYK 0.32 0 0.54 0.11
HSL 95.81º 0.7% 0.65% -
HSV(B) 95.81º 0.54% 0.89% -
XYZ 43.57 63.36 23.03 -
YUV 191.74 78.48 101.08 -
System Red Green Blue C M Y K H S L
Decimal 154 228 104 0.32 0 0.54 0.11 95.81 0.7 0.65
Hex 9A E4 68 20 0 36 B 60 46 41
Octal 232 344 150 40 0 66 13 140 106 101
Binary 10011010 11100100 1101000 100000 0 110110 1011 1100000 1000110 1000001

Color Harmonies of #9AE468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE468

Black with #9AE468

Text Example


Text Example

White with #9AE468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,228,104); }

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

background-color css

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

 a { background-color: rgb(154,228,104); }

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

border-color css

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

 span { border-color: rgb(154,228,104); }

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