Html Css Color HEX #1AF98A Spring Green

📋 copy color: '#1AF98A'

red 26 ◦ green 249 ◦ blue 138

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

Shades of Spring Green #1AF98A

Tints of Spring Green #1AF98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 6.3%
G = 60.29%
B = 33.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#1AF98A (or 0x1AF98A) is known color: Spring Green. HEX triplet: 1A, F9 and 8A. RGB value is (26,249,138). Sum of RGB (Red+Green+Blue) = 26+249+138=413 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.30% from 413); Green value is 249 (97.66% from 255 or 60.29% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF98A is #E50675. Grayscale: #A9A9A9. Windows color (decimal): -15009398 or 9107738. OLE color: 9107738.

HSL color Cylindrical-coordinate representation of color #1AF98A: hue angle of 150.13º 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 #1AF98A is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 249 138 -
CMYK 0.90 0 0.45 0.02
HSL 150.13º 0.95% 0.54% -
HSV(B) 150.13º 0.9% 0.98% -
XYZ 38.89 69.81 35.47 -
YUV 169.67 110.12 25.53 -
System Red Green Blue C M Y K H S L
Decimal 26 249 138 0.90 0 0.45 0.02 150.13 0.95 0.54
Hex 1A F9 8A 5A 0 2D 2 96 5F 36
Octal 32 371 212 132 0 55 2 226 137 66
Binary 11010 11111001 10001010 1011010 0 101101 10 10010110 1011111 110110

Color Harmonies of #1AF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF98A

Black with #1AF98A

Text Example


Text Example

White with #1AF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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