Html Css Color HEX #9BF1A2 Pale Green

📋 copy color: '#9BF1A2'

red 155 ◦ green 241 ◦ blue 162

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

Shades of Pale Green #9BF1A2

Tints of Pale Green #9BF1A2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.19%

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

R = 27.78%
G = 43.19%
B = 29.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#9BF1A2 (or 0x9BF1A2) is known color: Pale Green. HEX triplet: 9B, F1 and A2. RGB value is (155,241,162). Sum of RGB (Red+Green+Blue) = 155+241+162=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF1A2 is #640E5D. Grayscale: #CECECE. Windows color (decimal): -6557278 or 10678683. OLE color: 10678683.

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

Color convert

RGB 155 241 162 -
CMYK 0.36 0 0.33 0.05
HSL 124.88º 0.75% 0.78% -
HSV(B) 124.88º 0.36% 0.95% -
XYZ 51.49 72.49 45.46 -
YUV 206.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 155 241 162 0.36 0 0.33 0.05 124.88 0.75 0.78
Hex 9B F1 A2 24 0 21 5 7D 4B 4E
Octal 233 361 242 44 0 41 5 175 113 116
Binary 10011011 11110001 10100010 100100 0 100001 101 1111101 1001011 1001110

Color Harmonies of #9BF1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF1A2

Black with #9BF1A2

Text Example


Text Example

White with #9BF1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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