Html Css Color HEX #9AF172 Feijoa

📋 copy color: '#9AF172'

red 154 ◦ green 241 ◦ blue 114

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

Shades of Feijoa #9AF172

Tints of Feijoa #9AF172

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.35%

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

R = 30.26%
G = 47.35%
B = 22.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#9AF172 (or 0x9AF172) is known color: Feijoa. HEX triplet: 9A, F1 and 72. RGB value is (154,241,114). Sum of RGB (Red+Green+Blue) = 154+241+114=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF172 is #650E8D. Grayscale: #C8C8C8. Windows color (decimal): -6622862 or 7532954. OLE color: 7532954.

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

Color convert

RGB 154 241 114 -
CMYK 0.36 0 0.53 0.05
HSL 101.1º 0.82% 0.7% -
HSV(B) 101.1º 0.53% 0.95% -
XYZ 47.82 71 27.1 -
YUV 200.51 79.18 94.83 -
System Red Green Blue C M Y K H S L
Decimal 154 241 114 0.36 0 0.53 0.05 101.1 0.82 0.7
Hex 9A F1 72 24 0 35 5 65 52 46
Octal 232 361 162 44 0 65 5 145 122 106
Binary 10011010 11110001 1110010 100100 0 110101 101 1100101 1010010 1000110

Color Harmonies of #9AF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF172

Black with #9AF172

Text Example


Text Example

White with #9AF172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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