Html Css Color HEX #9AF870 Feijoa

📋 copy color: '#9AF870'

red 154 ◦ green 248 ◦ blue 112

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

Shades of Feijoa #9AF870

Tints of Feijoa #9AF870

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.25%

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

R = 29.96%
G = 48.25%
B = 21.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#9AF870 (or 0x9AF870) is known color: Feijoa. HEX triplet: 9A, F8 and 70. RGB value is (154,248,112). Sum of RGB (Red+Green+Blue) = 154+248+112=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF870 is #65078F. Grayscale: #CCCCCC. Windows color (decimal): -6621072 or 7403674. OLE color: 7403674.

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

Color convert

RGB 154 248 112 -
CMYK 0.38 0 0.55 0.03
HSL 101.47º 0.91% 0.71% -
HSV(B) 101.47º 0.55% 0.97% -
XYZ 49.82 75.17 27.21 -
YUV 204.39 75.86 92.06 -
System Red Green Blue C M Y K H S L
Decimal 154 248 112 0.38 0 0.55 0.03 101.47 0.91 0.71
Hex 9A F8 70 26 0 37 3 65 5B 47
Octal 232 370 160 46 0 67 3 145 133 107
Binary 10011010 11111000 1110000 100110 0 110111 11 1100101 1011011 1000111

Color Harmonies of #9AF870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF870

Black with #9AF870

Text Example


Text Example

White with #9AF870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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