Html Css Color HEX #9BEFA2 Pale Green

📋 copy color: '#9BEFA2'

red 155 ◦ green 239 ◦ blue 162

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

Shades of Pale Green #9BEFA2

Tints of Pale Green #9BEFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.14%

R = 27.88%
G = 42.99%
B = 29.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#9BEFA2 (or 0x9BEFA2) is known color: Pale Green. HEX triplet: 9B, EF and A2. RGB value is (155,239,162). Sum of RGB (Red+Green+Blue) = 155+239+162=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFA2 is #64105D. Grayscale: #CDCDCD. Windows color (decimal): -6557790 or 10678171. OLE color: 10678171.

HSL color Cylindrical-coordinate representation of color #9BEFA2: hue angle of 125º 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 #9BEFA2 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 239 162 -
CMYK 0.35 0 0.32 0.06
HSL 125º 0.72% 0.77% -
HSV(B) 125º 0.35% 0.94% -
XYZ 50.91 71.31 45.26 -
YUV 205.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 155 239 162 0.35 0 0.32 0.06 125 0.72 0.77
Hex 9B EF A2 23 0 20 6 7D 48 4D
Octal 233 357 242 43 0 40 6 175 110 115
Binary 10011011 11101111 10100010 100011 0 100000 110 1111101 1001000 1001101

Color Harmonies of #9BEFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFA2

Black with #9BEFA2

Text Example


Text Example

White with #9BEFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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