Html Css Color HEX #1AFB4A Malachite

📋 copy color: '#1AFB4A'

red 26 ◦ green 251 ◦ blue 74

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

Shades of Malachite #1AFB4A

Tints of Malachite #1AFB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 7.41%
G = 71.51%
B = 21.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#1AFB4A (or 0x1AFB4A) is known color: Malachite. HEX triplet: 1A, FB and 4A. RGB value is (26,251,74). Sum of RGB (Red+Green+Blue) = 26+251+74=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 251 (98.44% from 255 or 71.51% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFB4A is #E504B5. Grayscale: #A4A4A4. Windows color (decimal): -15008950 or 4913946. OLE color: 4913946.

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

Color convert

RGB 26 251 74 -
CMYK 0.90 0 0.71 0.02
HSL 132.8º 0.97% 0.54% -
HSV(B) 132.8º 0.9% 0.98% -
XYZ 36.16 69.71 18.03 -
YUV 163.55 77.46 29.89 -
System Red Green Blue C M Y K H S L
Decimal 26 251 74 0.90 0 0.71 0.02 132.8 0.97 0.54
Hex 1A FB 4A 5A 0 47 2 85 61 36
Octal 32 373 112 132 0 107 2 205 141 66
Binary 11010 11111011 1001010 1011010 0 1000111 10 10000101 1100001 110110

Color Harmonies of #1AFB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFB4A

Black with #1AFB4A

Text Example


Text Example

White with #1AFB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,251,74); }

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

background-color css

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

 a { background-color: rgb(26,251,74); }

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

border-color css

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

 span { border-color: rgb(26,251,74); }

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