Html Css Color HEX #9BF080 Granny Smith Apple

📋 copy color: '#9BF080'

red 155 ◦ green 240 ◦ blue 128

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

Shades of Granny Smith Apple #9BF080

Tints of Granny Smith Apple #9BF080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.89%

 BLUE value IS 128 (50.39% from 255) = 24.47%

R = 29.64%
G = 45.89%
B = 24.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#9BF080 (or 0x9BF080) is known color: Granny Smith Apple. HEX triplet: 9B, F0 and 80. RGB value is (155,240,128). Sum of RGB (Red+Green+Blue) = 155+240+128=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF080 is #640F7F. Grayscale: #CACACA. Windows color (decimal): -6557568 or 8450203. OLE color: 8450203.

HSL color Cylindrical-coordinate representation of color #9BF080: hue angle of 105.54º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BF080 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 240 128 -
CMYK 0.35 0 0.47 0.06
HSL 105.54º 0.79% 0.72% -
HSV(B) 105.54º 0.47% 0.94% -
XYZ 48.57 70.85 31.54 -
YUV 201.82 86.34 94.61 -
System Red Green Blue C M Y K H S L
Decimal 155 240 128 0.35 0 0.47 0.06 105.54 0.79 0.72
Hex 9B F0 80 23 0 2F 6 6A 4F 48
Octal 233 360 200 43 0 57 6 152 117 110
Binary 10011011 11110000 10000000 100011 0 101111 110 1101010 1001111 1001000

Color Harmonies of #9BF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF080

Black with #9BF080

Text Example


Text Example

White with #9BF080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,240,128); }

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

background-color css

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

 a { background-color: rgb(155,240,128); }

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

border-color css

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

 span { border-color: rgb(155,240,128); }

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