Html Css Color HEX #9AFD6A Feijoa

📋 copy color: '#9AFD6A'

red 154 ◦ green 253 ◦ blue 106

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

Shades of Feijoa #9AFD6A

Tints of Feijoa #9AFD6A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.32%

 BLUE value IS 106 (41.8% from 255) = 20.66%

R = 30.02%
G = 49.32%
B = 20.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#9AFD6A (or 0x9AFD6A) is known color: Feijoa. HEX triplet: 9A, FD and 6A. RGB value is (154,253,106). Sum of RGB (Red+Green+Blue) = 154+253+106=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFD6A is #650295. Grayscale: #CFCFCF. Windows color (decimal): -6619798 or 7011738. OLE color: 7011738.

HSL color Cylindrical-coordinate representation of color #9AFD6A: hue angle of 100.41º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AFD6A is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 253 106 -
CMYK 0.39 0 0.58 0.01
HSL 100.41º 0.97% 0.7% -
HSV(B) 100.41º 0.58% 0.99% -
XYZ 51.05 78.16 26.03 -
YUV 206.64 71.2 90.45 -
System Red Green Blue C M Y K H S L
Decimal 154 253 106 0.39 0 0.58 0.01 100.41 0.97 0.7
Hex 9A FD 6A 27 0 3A 1 64 61 46
Octal 232 375 152 47 0 72 1 144 141 106
Binary 10011010 11111101 1101010 100111 0 111010 1 1100100 1100001 1000110

Color Harmonies of #9AFD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFD6A

Black with #9AFD6A

Text Example


Text Example

White with #9AFD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,253,106); }

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

background-color css

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

 a { background-color: rgb(154,253,106); }

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

border-color css

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

 span { border-color: rgb(154,253,106); }

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