Html Css Color HEX #9AFA6D Feijoa

📋 copy color: '#9AFA6D'

red 154 ◦ green 250 ◦ blue 109

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

Shades of Feijoa #9AFA6D

Tints of Feijoa #9AFA6D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.73%

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 30.02%
G = 48.73%
B = 21.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#9AFA6D (or 0x9AFA6D) is known color: Feijoa. HEX triplet: 9A, FA and 6D. RGB value is (154,250,109). Sum of RGB (Red+Green+Blue) = 154+250+109=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFA6D is #650592. Grayscale: #CDCDCD. Windows color (decimal): -6620563 or 7207578. OLE color: 7207578.

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

Color convert

RGB 154 250 109 -
CMYK 0.38 0 0.56 0.02
HSL 100.85º 0.93% 0.7% -
HSV(B) 100.85º 0.56% 0.98% -
XYZ 50.27 76.35 26.55 -
YUV 205.22 73.7 91.46 -
System Red Green Blue C M Y K H S L
Decimal 154 250 109 0.38 0 0.56 0.02 100.85 0.93 0.7
Hex 9A FA 6D 26 0 38 2 65 5D 46
Octal 232 372 155 46 0 70 2 145 135 106
Binary 10011010 11111010 1101101 100110 0 111000 10 1100101 1011101 1000110

Color Harmonies of #9AFA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFA6D

Black with #9AFA6D

Text Example


Text Example

White with #9AFA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,250,109); }

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

background-color css

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

 a { background-color: rgb(154,250,109); }

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

border-color css

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

 span { border-color: rgb(154,250,109); }

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