Html Css Color HEX #8AF170 Pastel Green

📋 copy color: '#8AF170'

red 138 ◦ green 241 ◦ blue 112

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

Shades of Pastel Green #8AF170

Tints of Pastel Green #8AF170

RGB

 RED value IS 138 (54.3% from 255) = 28.11%

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

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 28.11%
G = 49.08%
B = 22.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#8AF170 (or 0x8AF170) is known color: Pastel Green. HEX triplet: 8A, F1 and 70. RGB value is (138,241,112). Sum of RGB (Red+Green+Blue) = 138+241+112=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF170 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF170 is #750E8F. Grayscale: #C3C3C3. Windows color (decimal): -7671440 or 7401866. OLE color: 7401866.

HSL color Cylindrical-coordinate representation of color #8AF170: hue angle of 107.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AF170 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 241 112 -
CMYK 0.43 0 0.54 0.05
HSL 107.91º 0.82% 0.69% -
HSV(B) 107.91º 0.54% 0.95% -
XYZ 44.86 69.48 26.38 -
YUV 195.5 80.88 86.99 -
System Red Green Blue C M Y K H S L
Decimal 138 241 112 0.43 0 0.54 0.05 107.91 0.82 0.69
Hex 8A F1 70 2B 0 36 5 6C 52 45
Octal 212 361 160 53 0 66 5 154 122 105
Binary 10001010 11110001 1110000 101011 0 110110 101 1101100 1010010 1000101

Color Harmonies of #8AF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF170

Black with #8AF170

Text Example


Text Example

White with #8AF170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,241,112); }

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

background-color css

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

 a { background-color: rgb(138,241,112); }

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

border-color css

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

 span { border-color: rgb(138,241,112); }

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