Html Css Color HEX #9AF970 Feijoa

📋 copy color: '#9AF970'

red 154 ◦ green 249 ◦ blue 112

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

Shades of Feijoa #9AF970

Tints of Feijoa #9AF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.35%

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 29.9%
G = 48.35%
B = 21.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#9AF970 (or 0x9AF970) is known color: Feijoa. HEX triplet: 9A, F9 and 70. RGB value is (154,249,112). Sum of RGB (Red+Green+Blue) = 154+249+112=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF970 is #65068F. Grayscale: #CDCDCD. Windows color (decimal): -6620816 or 7403930. OLE color: 7403930.

HSL color Cylindrical-coordinate representation of color #9AF970: hue angle of 101.61º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AF970 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 249 112 -
CMYK 0.38 0 0.55 0.02
HSL 101.61º 0.92% 0.71% -
HSV(B) 101.61º 0.55% 0.98% -
XYZ 50.13 75.79 27.32 -
YUV 204.98 75.53 91.64 -
System Red Green Blue C M Y K H S L
Decimal 154 249 112 0.38 0 0.55 0.02 101.61 0.92 0.71
Hex 9A F9 70 26 0 37 2 66 5C 47
Octal 232 371 160 46 0 67 2 146 134 107
Binary 10011010 11111001 1110000 100110 0 110111 10 1100110 1011100 1000111

Color Harmonies of #9AF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF970

Black with #9AF970

Text Example


Text Example

White with #9AF970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,249,112); }

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

background-color css

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

 a { background-color: rgb(154,249,112); }

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

border-color css

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

 span { border-color: rgb(154,249,112); }

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