Html Css Color HEX #9DF966 Feijoa

📋 copy color: '#9DF966'

red 157 ◦ green 249 ◦ blue 102

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

Shades of Feijoa #9DF966

Tints of Feijoa #9DF966

RGB

 RED value IS 157 (61.72% from 255) = 30.91%

 GREEN value IS 249 (97.66% from 255) = 49.02%

 BLUE value IS 102 (40.23% from 255) = 20.08%

R = 30.91%
G = 49.02%
B = 20.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#9DF966 (or 0x9DF966) is known color: Feijoa. HEX triplet: 9D, F9 and 66. RGB value is (157,249,102). Sum of RGB (Red+Green+Blue) = 157+249+102=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF966 is #620699. Grayscale: #CDCDCD. Windows color (decimal): -6424218 or 6748573. OLE color: 6748573.

HSL color Cylindrical-coordinate representation of color #9DF966: hue angle of 97.55º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DF966 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 249 102 -
CMYK 0.37 0 0.59 0.02
HSL 97.55º 0.92% 0.69% -
HSV(B) 97.55º 0.59% 0.98% -
XYZ 50.18 75.88 24.57 -
YUV 204.73 70.02 93.95 -
System Red Green Blue C M Y K H S L
Decimal 157 249 102 0.37 0 0.59 0.02 97.55 0.92 0.69
Hex 9D F9 66 25 0 3B 2 62 5C 45
Octal 235 371 146 45 0 73 2 142 134 105
Binary 10011101 11111001 1100110 100101 0 111011 10 1100010 1011100 1000101

Color Harmonies of #9DF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF966

Black with #9DF966

Text Example


Text Example

White with #9DF966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,249,102); }

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

background-color css

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

 a { background-color: rgb(157,249,102); }

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

border-color css

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

 span { border-color: rgb(157,249,102); }

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