Html Css Color HEX #9AF276 Feijoa

📋 copy color: '#9AF276'

red 154 ◦ green 242 ◦ blue 118

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

Shades of Feijoa #9AF276

Tints of Feijoa #9AF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.08%

 BLUE value IS 118 (46.48% from 255) = 22.96%

R = 29.96%
G = 47.08%
B = 22.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#9AF276 (or 0x9AF276) is known color: Feijoa. HEX triplet: 9A, F2 and 76. RGB value is (154,242,118). Sum of RGB (Red+Green+Blue) = 154+242+118=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF276 is #650D89. Grayscale: #C9C9C9. Windows color (decimal): -6622602 or 7795354. OLE color: 7795354.

HSL color Cylindrical-coordinate representation of color #9AF276: hue angle of 102.58º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AF276 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 242 118 -
CMYK 0.36 0 0.51 0.05
HSL 102.58º 0.83% 0.71% -
HSV(B) 102.58º 0.51% 0.95% -
XYZ 48.35 71.68 28.43 -
YUV 201.55 80.85 94.08 -
System Red Green Blue C M Y K H S L
Decimal 154 242 118 0.36 0 0.51 0.05 102.58 0.83 0.71
Hex 9A F2 76 24 0 33 5 67 53 47
Octal 232 362 166 44 0 63 5 147 123 107
Binary 10011010 11110010 1110110 100100 0 110011 101 1100111 1010011 1000111

Color Harmonies of #9AF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF276

Black with #9AF276

Text Example


Text Example

White with #9AF276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,242,118); }

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

background-color css

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

 a { background-color: rgb(154,242,118); }

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

border-color css

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

 span { border-color: rgb(154,242,118); }

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