Html Css Color HEX #1AF955 Malachite

📋 copy color: '#1AF955'

red 26 ◦ green 249 ◦ blue 85

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

Shades of Malachite #1AF955

Tints of Malachite #1AF955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 7.22%
G = 69.17%
B = 23.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#1AF955 (or 0x1AF955) is known color: Malachite. HEX triplet: 1A, F9 and 55. RGB value is (26,249,85). Sum of RGB (Red+Green+Blue) = 26+249+85=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 249 (97.66% from 255 or 69.17% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF955 is #E506AA. Grayscale: #A4A4A4. Windows color (decimal): -15009451 or 5634330. OLE color: 5634330.

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

Color convert

RGB 26 249 85 -
CMYK 0.90 0 0.66 0.02
HSL 135.87º 0.95% 0.54% -
HSV(B) 135.87º 0.9% 0.98% -
XYZ 35.94 68.63 19.95 -
YUV 163.63 83.62 29.84 -
System Red Green Blue C M Y K H S L
Decimal 26 249 85 0.90 0 0.66 0.02 135.87 0.95 0.54
Hex 1A F9 55 5A 0 42 2 88 5F 36
Octal 32 371 125 132 0 102 2 210 137 66
Binary 11010 11111001 1010101 1011010 0 1000010 10 10001000 1011111 110110

Color Harmonies of #1AF955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF955

Black with #1AF955

Text Example


Text Example

White with #1AF955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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