Html Css Color HEX #9DE969 Feijoa

📋 copy color: '#9DE969'

red 157 ◦ green 233 ◦ blue 105

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

Shades of Feijoa #9DE969

Tints of Feijoa #9DE969

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.07%

 BLUE value IS 105 (41.41% from 255) = 21.21%

R = 31.72%
G = 47.07%
B = 21.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#9DE969 (or 0x9DE969) is known color: Feijoa. HEX triplet: 9D, E9 and 69. RGB value is (157,233,105). Sum of RGB (Red+Green+Blue) = 157+233+105=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE969 is #621696. Grayscale: #C4C4C4. Windows color (decimal): -6428311 or 6941085. OLE color: 6941085.

HSL color Cylindrical-coordinate representation of color #9DE969: hue angle of 95.62º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DE969 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 233 105 -
CMYK 0.33 0 0.55 0.09
HSL 95.63º 0.74% 0.66% -
HSV(B) 95.63º 0.55% 0.91% -
XYZ 45.59 66.47 23.79 -
YUV 195.68 76.82 100.41 -
System Red Green Blue C M Y K H S L
Decimal 157 233 105 0.33 0 0.55 0.09 95.63 0.74 0.66
Hex 9D E9 69 21 0 37 9 60 4A 42
Octal 235 351 151 41 0 67 11 140 112 102
Binary 10011101 11101001 1101001 100001 0 110111 1001 1100000 1001010 1000010

Color Harmonies of #9DE969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE969

Black with #9DE969

Text Example


Text Example

White with #9DE969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,233,105); }

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

background-color css

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

 a { background-color: rgb(157,233,105); }

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

border-color css

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

 span { border-color: rgb(157,233,105); }

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