Html Css Color HEX #9BF2A4 Pale Green

📋 copy color: '#9BF2A4'

red 155 ◦ green 242 ◦ blue 164

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

Shades of Pale Green #9BF2A4

Tints of Pale Green #9BF2A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.23%

R = 27.63%
G = 43.14%
B = 29.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#9BF2A4 (or 0x9BF2A4) is known color: Pale Green. HEX triplet: 9B, F2 and A4. RGB value is (155,242,164). Sum of RGB (Red+Green+Blue) = 155+242+164=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF2A4 is #640D5B. Grayscale: #CFCFCF. Windows color (decimal): -6557020 or 10810011. OLE color: 10810011.

HSL color Cylindrical-coordinate representation of color #9BF2A4: hue angle of 126.21º degrees, saturation: 0.77, 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 #9BF2A4 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 164 -
CMYK 0.36 0 0.32 0.05
HSL 126.21º 0.77% 0.78% -
HSV(B) 126.21º 0.36% 0.95% -
XYZ 51.97 73.15 46.5 -
YUV 207.1 103.68 90.84 -
System Red Green Blue C M Y K H S L
Decimal 155 242 164 0.36 0 0.32 0.05 126.21 0.77 0.78
Hex 9B F2 A4 24 0 20 5 7E 4D 4E
Octal 233 362 244 44 0 40 5 176 115 116
Binary 10011011 11110010 10100100 100100 0 100000 101 1111110 1001101 1001110

Color Harmonies of #9BF2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF2A4

Black with #9BF2A4

Text Example


Text Example

White with #9BF2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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