Html Css Color HEX #9BF1A8 Pale Green

📋 copy color: '#9BF1A8'

red 155 ◦ green 241 ◦ blue 168

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

Shades of Pale Green #9BF1A8

Tints of Pale Green #9BF1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.79%

R = 27.48%
G = 42.73%
B = 29.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#9BF1A8 (or 0x9BF1A8) is known color: Pale Green. HEX triplet: 9B, F1 and A8. RGB value is (155,241,168). Sum of RGB (Red+Green+Blue) = 155+241+168=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF1A8 is #640E57. Grayscale: #CFCFCF. Windows color (decimal): -6557272 or 11071899. OLE color: 11071899.

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

Color convert

RGB 155 241 168 -
CMYK 0.36 0 0.30 0.05
HSL 129.07º 0.75% 0.78% -
HSV(B) 129.07º 0.36% 0.95% -
XYZ 52.04 72.71 48.34 -
YUV 206.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 155 241 168 0.36 0 0.30 0.05 129.07 0.75 0.78
Hex 9B F1 A8 24 0 1E 5 81 4B 4E
Octal 233 361 250 44 0 36 5 201 113 116
Binary 10011011 11110001 10101000 100100 0 11110 101 10000001 1001011 1001110

Color Harmonies of #9BF1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF1A8

Black with #9BF1A8

Text Example


Text Example

White with #9BF1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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