Html Css Color HEX #9AEC71 Feijoa

📋 copy color: '#9AEC71'

red 154 ◦ green 236 ◦ blue 113

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

Shades of Feijoa #9AEC71

Tints of Feijoa #9AEC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.92%

 BLUE value IS 113 (44.53% from 255) = 22.47%

R = 30.62%
G = 46.92%
B = 22.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#9AEC71 (or 0x9AEC71) is known color: Feijoa. HEX triplet: 9A, EC and 71. RGB value is (154,236,113). Sum of RGB (Red+Green+Blue) = 154+236+113=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #9AEC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEC71 is #65138E. Grayscale: #C5C5C5. Windows color (decimal): -6624143 or 7466138. OLE color: 7466138.

HSL color Cylindrical-coordinate representation of color #9AEC71: hue angle of 100º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AEC71 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 236 113 -
CMYK 0.35 0 0.52 0.07
HSL 100º 0.76% 0.68% -
HSV(B) 100º 0.52% 0.93% -
XYZ 46.3 68.05 26.32 -
YUV 197.46 80.33 97 -
System Red Green Blue C M Y K H S L
Decimal 154 236 113 0.35 0 0.52 0.07 100 0.76 0.68
Hex 9A EC 71 23 0 34 7 64 4C 44
Octal 232 354 161 43 0 64 7 144 114 104
Binary 10011010 11101100 1110001 100011 0 110100 111 1100100 1001100 1000100

Color Harmonies of #9AEC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEC71

Black with #9AEC71

Text Example


Text Example

White with #9AEC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,236,113); }

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

background-color css

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

 a { background-color: rgb(154,236,113); }

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

border-color css

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

 span { border-color: rgb(154,236,113); }

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