Html Css Color HEX #9AED7A Feijoa

📋 copy color: '#9AED7A'

red 154 ◦ green 237 ◦ blue 122

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

Shades of Feijoa #9AED7A

Tints of Feijoa #9AED7A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 30.02%
G = 46.2%
B = 23.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#9AED7A (or 0x9AED7A) is known color: Feijoa. HEX triplet: 9A, ED and 7A. RGB value is (154,237,122). Sum of RGB (Red+Green+Blue) = 154+237+122=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AED7A is #651285. Grayscale: #C7C7C7. Windows color (decimal): -6623878 or 8056218. OLE color: 8056218.

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

Color convert

RGB 154 237 122 -
CMYK 0.35 0 0.49 0.07
HSL 103.3º 0.76% 0.7% -
HSV(B) 103.3º 0.49% 0.93% -
XYZ 47.12 68.84 29.22 -
YUV 199.07 84.5 95.85 -
System Red Green Blue C M Y K H S L
Decimal 154 237 122 0.35 0 0.49 0.07 103.3 0.76 0.7
Hex 9A ED 7A 23 0 31 7 67 4C 46
Octal 232 355 172 43 0 61 7 147 114 106
Binary 10011010 11101101 1111010 100011 0 110001 111 1100111 1001100 1000110

Color Harmonies of #9AED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AED7A

Black with #9AED7A

Text Example


Text Example

White with #9AED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,237,122); }

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

background-color css

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

 a { background-color: rgb(154,237,122); }

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

border-color css

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

 span { border-color: rgb(154,237,122); }

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