Html Css Color HEX #9BEE72 Feijoa

📋 copy color: '#9BEE72'

red 155 ◦ green 238 ◦ blue 114

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

Shades of Feijoa #9BEE72

Tints of Feijoa #9BEE72

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.94%

 BLUE value IS 114 (44.92% from 255) = 22.49%

R = 30.57%
G = 46.94%
B = 22.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#9BEE72 (or 0x9BEE72) is known color: Feijoa. HEX triplet: 9B, EE and 72. RGB value is (155,238,114). Sum of RGB (Red+Green+Blue) = 155+238+114=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEE72 is #64118D. Grayscale: #C7C7C7. Windows color (decimal): -6558094 or 7532187. OLE color: 7532187.

HSL color Cylindrical-coordinate representation of color #9BEE72: hue angle of 100.16º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BEE72 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 238 114 -
CMYK 0.35 0 0.52 0.07
HSL 100.16º 0.78% 0.69% -
HSV(B) 100.16º 0.52% 0.93% -
XYZ 47.13 69.33 26.82 -
YUV 199.05 80 96.58 -
System Red Green Blue C M Y K H S L
Decimal 155 238 114 0.35 0 0.52 0.07 100.16 0.78 0.69
Hex 9B EE 72 23 0 34 7 64 4E 45
Octal 233 356 162 43 0 64 7 144 116 105
Binary 10011011 11101110 1110010 100011 0 110100 111 1100100 1001110 1000101

Color Harmonies of #9BEE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEE72

Black with #9BEE72

Text Example


Text Example

White with #9BEE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,238,114); }

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

background-color css

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

 a { background-color: rgb(155,238,114); }

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

border-color css

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

 span { border-color: rgb(155,238,114); }

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