Html Css Color HEX #9BEFA0 Pale Green

📋 copy color: '#9BEFA0'

red 155 ◦ green 239 ◦ blue 160

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

Shades of Pale Green #9BEFA0

Tints of Pale Green #9BEFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

 BLUE value IS 160 (62.89% from 255) = 28.88%

R = 27.98%
G = 43.14%
B = 28.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#9BEFA0 (or 0x9BEFA0) is known color: Pale Green. HEX triplet: 9B, EF and A0. RGB value is (155,239,160). Sum of RGB (Red+Green+Blue) = 155+239+160=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFA0 is #64105F. Grayscale: #CDCDCD. Windows color (decimal): -6557792 or 10547099. OLE color: 10547099.

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

Color convert

RGB 155 239 160 -
CMYK 0.35 0 0.33 0.06
HSL 123.57º 0.72% 0.77% -
HSV(B) 123.57º 0.35% 0.94% -
XYZ 50.73 71.24 44.33 -
YUV 204.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 155 239 160 0.35 0 0.33 0.06 123.57 0.72 0.77
Hex 9B EF A0 23 0 21 6 7C 48 4D
Octal 233 357 240 43 0 41 6 174 110 115
Binary 10011011 11101111 10100000 100011 0 100001 110 1111100 1001000 1001101

Color Harmonies of #9BEFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFA0

Black with #9BEFA0

Text Example


Text Example

White with #9BEFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,239,160); }

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

background-color css

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

 a { background-color: rgb(155,239,160); }

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

border-color css

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

 span { border-color: rgb(155,239,160); }

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