Html Css Color HEX #8AFB6E Pastel Green

📋 copy color: '#8AFB6E'

red 138 ◦ green 251 ◦ blue 110

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

Shades of Pastel Green #8AFB6E

Tints of Pastel Green #8AFB6E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.3%

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 27.66%
G = 50.3%
B = 22.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#8AFB6E (or 0x8AFB6E) is known color: Pastel Green. HEX triplet: 8A, FB and 6E. RGB value is (138,251,110). Sum of RGB (Red+Green+Blue) = 138+251+110=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFB6E is #750491. Grayscale: #C9C9C9. Windows color (decimal): -7668882 or 7273354. OLE color: 7273354.

HSL color Cylindrical-coordinate representation of color #8AFB6E: hue angle of 108.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AFB6E is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 251 110 -
CMYK 0.45 0 0.56 0.02
HSL 108.09º 0.95% 0.71% -
HSV(B) 108.09º 0.56% 0.98% -
XYZ 47.79 75.52 26.81 -
YUV 201.14 76.56 82.96 -
System Red Green Blue C M Y K H S L
Decimal 138 251 110 0.45 0 0.56 0.02 108.09 0.95 0.71
Hex 8A FB 6E 2D 0 38 2 6C 5F 47
Octal 212 373 156 55 0 70 2 154 137 107
Binary 10001010 11111011 1101110 101101 0 111000 10 1101100 1011111 1000111

Color Harmonies of #8AFB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFB6E

Black with #8AFB6E

Text Example


Text Example

White with #8AFB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,251,110); }

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

background-color css

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

 a { background-color: rgb(138,251,110); }

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

border-color css

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

 span { border-color: rgb(138,251,110); }

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