Html Css Color HEX #9BE068 Feijoa

📋 copy color: '#9BE068'

red 155 ◦ green 224 ◦ blue 104

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

Shades of Feijoa #9BE068

Tints of Feijoa #9BE068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.53%

R = 32.09%
G = 46.38%
B = 21.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#9BE068 (or 0x9BE068) is known color: Feijoa. HEX triplet: 9B, E0 and 68. RGB value is (155,224,104). Sum of RGB (Red+Green+Blue) = 155+224+104=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE068 is #641F97. Grayscale: #BEBEBE. Windows color (decimal): -6561688 or 6873243. OLE color: 6873243.

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

Color convert

RGB 155 224 104 -
CMYK 0.31 0 0.54 0.12
HSL 94.5º 0.66% 0.64% -
HSV(B) 94.5º 0.54% 0.88% -
XYZ 42.67 61.28 22.68 -
YUV 189.69 79.64 103.26 -
System Red Green Blue C M Y K H S L
Decimal 155 224 104 0.31 0 0.54 0.12 94.5 0.66 0.64
Hex 9B E0 68 1F 0 36 C 5E 42 40
Octal 233 340 150 37 0 66 14 136 102 100
Binary 10011011 11100000 1101000 11111 0 110110 1100 1011110 1000010 1000000

Color Harmonies of #9BE068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE068

Black with #9BE068

Text Example


Text Example

White with #9BE068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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