Html Css Color HEX #9AFB6F Feijoa

📋 copy color: '#9AFB6F'

red 154 ◦ green 251 ◦ blue 111

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

Shades of Feijoa #9AFB6F

Tints of Feijoa #9AFB6F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.64%

 BLUE value IS 111 (43.75% from 255) = 21.51%

R = 29.84%
G = 48.64%
B = 21.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#9AFB6F (or 0x9AFB6F) is known color: Feijoa. HEX triplet: 9A, FB and 6F. RGB value is (154,251,111). Sum of RGB (Red+Green+Blue) = 154+251+111=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB6F is #650490. Grayscale: #CECECE. Windows color (decimal): -6620305 or 7338906. OLE color: 7338906.

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

Color convert

RGB 154 251 111 -
CMYK 0.39 0 0.56 0.02
HSL 101.57º 0.95% 0.71% -
HSV(B) 101.57º 0.56% 0.98% -
XYZ 50.69 77.01 27.23 -
YUV 206.04 74.36 90.88 -
System Red Green Blue C M Y K H S L
Decimal 154 251 111 0.39 0 0.56 0.02 101.57 0.95 0.71
Hex 9A FB 6F 27 0 38 2 66 5F 47
Octal 232 373 157 47 0 70 2 146 137 107
Binary 10011010 11111011 1101111 100111 0 111000 10 1100110 1011111 1000111

Color Harmonies of #9AFB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB6F

Black with #9AFB6F

Text Example


Text Example

White with #9AFB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,251,111); }

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

background-color css

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

 a { background-color: rgb(154,251,111); }

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

border-color css

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

 span { border-color: rgb(154,251,111); }

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