Html Css Color HEX #9BF282 Granny Smith Apple

📋 copy color: '#9BF282'

red 155 ◦ green 242 ◦ blue 130

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

Shades of Granny Smith Apple #9BF282

Tints of Granny Smith Apple #9BF282

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.92%

 BLUE value IS 130 (51.17% from 255) = 24.67%

R = 29.41%
G = 45.92%
B = 24.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#9BF282 (or 0x9BF282) is known color: Granny Smith Apple. HEX triplet: 9B, F2 and 82. RGB value is (155,242,130). Sum of RGB (Red+Green+Blue) = 155+242+130=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF282 is #640D7D. Grayscale: #CBCBCB. Windows color (decimal): -6557054 or 8581787. OLE color: 8581787.

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

Color convert

RGB 155 242 130 -
CMYK 0.36 0 0.46 0.05
HSL 106.61º 0.81% 0.73% -
HSV(B) 106.61º 0.46% 0.95% -
XYZ 49.3 72.08 32.43 -
YUV 203.22 86.68 93.61 -
System Red Green Blue C M Y K H S L
Decimal 155 242 130 0.36 0 0.46 0.05 106.61 0.81 0.73
Hex 9B F2 82 24 0 2E 5 6B 51 49
Octal 233 362 202 44 0 56 5 153 121 111
Binary 10011011 11110010 10000010 100100 0 101110 101 1101011 1010001 1001001

Color Harmonies of #9BF282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF282

Black with #9BF282

Text Example


Text Example

White with #9BF282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,242,130); }

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

background-color css

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

 a { background-color: rgb(155,242,130); }

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

border-color css

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

 span { border-color: rgb(155,242,130); }

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