Html Css Color HEX #1AF98D Spring Green

📋 copy color: '#1AF98D'

red 26 ◦ green 249 ◦ blue 141

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

Shades of Spring Green #1AF98D

Tints of Spring Green #1AF98D

RGB

 RED value IS 26 (10.55% from 255) = 6.25%

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

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 6.25%
G = 59.86%
B = 33.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#1AF98D (or 0x1AF98D) is known color: Spring Green. HEX triplet: 1A, F9 and 8D. RGB value is (26,249,141). Sum of RGB (Red+Green+Blue) = 26+249+141=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF98D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF98D is #E50672. Grayscale: #AAAAAA. Windows color (decimal): -15009395 or 9304346. OLE color: 9304346.

HSL color Cylindrical-coordinate representation of color #1AF98D: hue angle of 150.94º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF98D is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 249 141 -
CMYK 0.90 0 0.43 0.02
HSL 150.94º 0.95% 0.54% -
HSV(B) 150.94º 0.9% 0.98% -
XYZ 39.11 69.89 36.63 -
YUV 170.01 111.62 25.28 -
System Red Green Blue C M Y K H S L
Decimal 26 249 141 0.90 0 0.43 0.02 150.94 0.95 0.54
Hex 1A F9 8D 5A 0 2B 2 97 5F 36
Octal 32 371 215 132 0 53 2 227 137 66
Binary 11010 11111001 10001101 1011010 0 101011 10 10010111 1011111 110110

Color Harmonies of #1AF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF98D

Black with #1AF98D

Text Example


Text Example

White with #1AF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AF98D; }

 p { color: rgb(26,249,141); }

 H1.HeaderClassName
 {
   color: #1AF98D;
 }
 .AnyTagClassName
 {
   color: #1AF98D;
 }
</style>

background-color css

<style>
 a { background-color: #1AF98D; }

 a { background-color: rgb(26,249,141); }

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

border-color css

<style>
 span { border-color: #1AF98D; }

 span { border-color: rgb(26,249,141); }

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