Html Css Color HEX #9AEC7D Feijoa

📋 copy color: '#9AEC7D'

red 154 ◦ green 236 ◦ blue 125

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

Shades of Feijoa #9AEC7D

Tints of Feijoa #9AEC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 29.9%
G = 45.83%
B = 24.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#9AEC7D (or 0x9AEC7D) is known color: Feijoa. HEX triplet: 9A, EC and 7D. RGB value is (154,236,125). Sum of RGB (Red+Green+Blue) = 154+236+125=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #9AEC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEC7D is #651382. Grayscale: #C7C7C7. Windows color (decimal): -6624131 or 8252570. OLE color: 8252570.

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

Color convert

RGB 154 236 125 -
CMYK 0.35 0 0.47 0.07
HSL 104.32º 0.74% 0.71% -
HSV(B) 104.32º 0.47% 0.93% -
XYZ 47.02 68.34 30.11 -
YUV 198.83 86.33 96.03 -
System Red Green Blue C M Y K H S L
Decimal 154 236 125 0.35 0 0.47 0.07 104.32 0.74 0.71
Hex 9A EC 7D 23 0 2F 7 68 4A 47
Octal 232 354 175 43 0 57 7 150 112 107
Binary 10011010 11101100 1111101 100011 0 101111 111 1101000 1001010 1000111

Color Harmonies of #9AEC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEC7D

Black with #9AEC7D

Text Example


Text Example

White with #9AEC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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