Html Css Color HEX #9BF372 Feijoa

📋 copy color: '#9BF372'

red 155 ◦ green 243 ◦ blue 114

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

Shades of Feijoa #9BF372

Tints of Feijoa #9BF372

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.46%

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

R = 30.27%
G = 47.46%
B = 22.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#9BF372 (or 0x9BF372) is known color: Feijoa. HEX triplet: 9B, F3 and 72. RGB value is (155,243,114). Sum of RGB (Red+Green+Blue) = 155+243+114=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF372 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF372 is #640C8D. Grayscale: #CACACA. Windows color (decimal): -6556814 or 7533467. OLE color: 7533467.

HSL color Cylindrical-coordinate representation of color #9BF372: hue angle of 100.93º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BF372 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 243 114 -
CMYK 0.36 0 0.53 0.05
HSL 100.93º 0.84% 0.7% -
HSV(B) 100.93º 0.53% 0.95% -
XYZ 48.61 72.28 27.31 -
YUV 201.98 78.35 94.49 -
System Red Green Blue C M Y K H S L
Decimal 155 243 114 0.36 0 0.53 0.05 100.93 0.84 0.7
Hex 9B F3 72 24 0 35 5 65 54 46
Octal 233 363 162 44 0 65 5 145 124 106
Binary 10011011 11110011 1110010 100100 0 110101 101 1100101 1010100 1000110

Color Harmonies of #9BF372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF372

Black with #9BF372

Text Example


Text Example

White with #9BF372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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