Html Css Color HEX #9BE069 Feijoa

📋 copy color: '#9BE069'

red 155 ◦ green 224 ◦ blue 105

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

Shades of Feijoa #9BE069

Tints of Feijoa #9BE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.28%

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

R = 32.02%
G = 46.28%
B = 21.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#9BE069 (or 0x9BE069) is known color: Feijoa. HEX triplet: 9B, E0 and 69. RGB value is (155,224,105). Sum of RGB (Red+Green+Blue) = 155+224+105=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE069 is #641F96. Grayscale: #BEBEBE. Windows color (decimal): -6561687 or 6938779. OLE color: 6938779.

HSL color Cylindrical-coordinate representation of color #9BE069: hue angle of 94.79º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BE069 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 105 -
CMYK 0.31 0 0.53 0.12
HSL 94.79º 0.66% 0.65% -
HSV(B) 94.79º 0.53% 0.88% -
XYZ 42.72 61.3 22.94 -
YUV 189.8 80.14 103.18 -
System Red Green Blue C M Y K H S L
Decimal 155 224 105 0.31 0 0.53 0.12 94.79 0.66 0.65
Hex 9B E0 69 1F 0 35 C 5F 42 41
Octal 233 340 151 37 0 65 14 137 102 101
Binary 10011011 11100000 1101001 11111 0 110101 1100 1011111 1000010 1000001

Color Harmonies of #9BE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE069

Black with #9BE069

Text Example


Text Example

White with #9BE069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,224,105); }

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

background-color css

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

 a { background-color: rgb(155,224,105); }

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

border-color css

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

 span { border-color: rgb(155,224,105); }

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