Html Css Color HEX #9AF872 Feijoa

📋 copy color: '#9AF872'

red 154 ◦ green 248 ◦ blue 114

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

Shades of Feijoa #9AF872

Tints of Feijoa #9AF872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.09%

R = 29.84%
G = 48.06%
B = 22.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#9AF872 (or 0x9AF872) is known color: Feijoa. HEX triplet: 9A, F8 and 72. RGB value is (154,248,114). Sum of RGB (Red+Green+Blue) = 154+248+114=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF872 is #65078D. Grayscale: #CDCDCD. Windows color (decimal): -6621070 or 7534746. OLE color: 7534746.

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

Color convert

RGB 154 248 114 -
CMYK 0.38 0 0.54 0.03
HSL 102.09º 0.91% 0.71% -
HSV(B) 102.09º 0.54% 0.97% -
XYZ 49.93 75.22 27.81 -
YUV 204.62 76.86 91.9 -
System Red Green Blue C M Y K H S L
Decimal 154 248 114 0.38 0 0.54 0.03 102.09 0.91 0.71
Hex 9A F8 72 26 0 36 3 66 5B 47
Octal 232 370 162 46 0 66 3 146 133 107
Binary 10011010 11111000 1110010 100110 0 110110 11 1100110 1011011 1000111

Color Harmonies of #9AF872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF872

Black with #9AF872

Text Example


Text Example

White with #9AF872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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