Html Css Color HEX #8CFAB0 Pale Green

📋 copy color: '#8CFAB0'

red 140 ◦ green 250 ◦ blue 176

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

Shades of Pale Green #8CFAB0

Tints of Pale Green #8CFAB0

RGB

 RED value IS 140 (55.08% from 255) = 24.73%

 GREEN value IS 250 (98.05% from 255) = 44.17%

 BLUE value IS 176 (69.14% from 255) = 31.1%

R = 24.73%
G = 44.17%
B = 31.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#8CFAB0 (or 0x8CFAB0) is known color: Pale Green. HEX triplet: 8C, FA and B0. RGB value is (140,250,176). Sum of RGB (Red+Green+Blue) = 140+250+176=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFAB0 is #73054F. Grayscale: #D0D0D0. Windows color (decimal): -7538000 or 11598476. OLE color: 11598476.

HSL color Cylindrical-coordinate representation of color #8CFAB0: hue angle of 139.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAB0 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 250 176 -
CMYK 0.44 0 0.30 0.02
HSL 139.64º 0.92% 0.76% -
HSV(B) 139.64º 0.44% 0.98% -
XYZ 52.84 77.08 53.17 -
YUV 208.67 109.56 79.02 -
System Red Green Blue C M Y K H S L
Decimal 140 250 176 0.44 0 0.30 0.02 139.64 0.92 0.76
Hex 8C FA B0 2C 0 1E 2 8C 5C 4C
Octal 214 372 260 54 0 36 2 214 134 114
Binary 10001100 11111010 10110000 101100 0 11110 10 10001100 1011100 1001100

Color Harmonies of #8CFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFAB0

Black with #8CFAB0

Text Example


Text Example

White with #8CFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CFAB0; }

 p { color: rgb(140,250,176); }

 H1.HeaderClassName
 {
   color: #8CFAB0;
 }
 .AnyTagClassName
 {
   color: #8CFAB0;
 }
</style>

background-color css

<style>
 a { background-color: #8CFAB0; }

 a { background-color: rgb(140,250,176); }

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

border-color css

<style>
 span { border-color: #8CFAB0; }

 span { border-color: rgb(140,250,176); }

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