Html Css Color HEX #9BDF6E Feijoa

📋 copy color: '#9BDF6E'

red 155 ◦ green 223 ◦ blue 110

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

Shades of Feijoa #9BDF6E

Tints of Feijoa #9BDF6E

RGB

 RED value IS 155 (60.94% from 255) = 31.76%

 GREEN value IS 223 (87.5% from 255) = 45.7%

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 31.76%
G = 45.7%
B = 22.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#9BDF6E (or 0x9BDF6E) is known color: Feijoa. HEX triplet: 9B, DF and 6E. RGB value is (155,223,110). Sum of RGB (Red+Green+Blue) = 155+223+110=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF6E is #642091. Grayscale: #BEBEBE. Windows color (decimal): -6561938 or 7266203. OLE color: 7266203.

HSL color Cylindrical-coordinate representation of color #9BDF6E: hue angle of 96.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BDF6E is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 110 -
CMYK 0.30 0 0.51 0.13
HSL 96.11º 0.64% 0.65% -
HSV(B) 96.11º 0.51% 0.87% -
XYZ 42.72 60.87 24.25 -
YUV 189.79 82.97 103.19 -
System Red Green Blue C M Y K H S L
Decimal 155 223 110 0.30 0 0.51 0.13 96.11 0.64 0.65
Hex 9B DF 6E 1E 0 33 D 60 40 41
Octal 233 337 156 36 0 63 15 140 100 101
Binary 10011011 11011111 1101110 11110 0 110011 1101 1100000 1000000 1000001

Color Harmonies of #9BDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF6E

Black with #9BDF6E

Text Example


Text Example

White with #9BDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,223,110); }

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

background-color css

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

 a { background-color: rgb(155,223,110); }

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

border-color css

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

 span { border-color: rgb(155,223,110); }

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