Html Css Color HEX #8CF96A Pastel Green

📋 copy color: '#8CF96A'

red 140 ◦ green 249 ◦ blue 106

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

Shades of Pastel Green #8CF96A

Tints of Pastel Green #8CF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.3%

 BLUE value IS 106 (41.8% from 255) = 21.41%

R = 28.28%
G = 50.3%
B = 21.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#8CF96A (or 0x8CF96A) is known color: Pastel Green. HEX triplet: 8C, F9 and 6A. RGB value is (140,249,106). Sum of RGB (Red+Green+Blue) = 140+249+106=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF96A is #730695. Grayscale: #C8C8C8. Windows color (decimal): -7538326 or 7010700. OLE color: 7010700.

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

Color convert

RGB 140 249 106 -
CMYK 0.44 0 0.57 0.02
HSL 105.73º 0.92% 0.7% -
HSV(B) 105.73º 0.57% 0.98% -
XYZ 47.29 74.37 25.5 -
YUV 200.11 74.89 85.13 -
System Red Green Blue C M Y K H S L
Decimal 140 249 106 0.44 0 0.57 0.02 105.73 0.92 0.7
Hex 8C F9 6A 2C 0 39 2 6A 5C 46
Octal 214 371 152 54 0 71 2 152 134 106
Binary 10001100 11111001 1101010 101100 0 111001 10 1101010 1011100 1000110

Color Harmonies of #8CF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF96A

Black with #8CF96A

Text Example


Text Example

White with #8CF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,249,106); }

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

background-color css

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

 a { background-color: rgb(140,249,106); }

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

border-color css

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

 span { border-color: rgb(140,249,106); }

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