Html Css Color HEX #3AF91A Harlequin

📋 copy color: '#3AF91A'

red 58 ◦ green 249 ◦ blue 26

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

Shades of Harlequin #3AF91A

Tints of Harlequin #3AF91A

RGB

 RED value IS 58 (23.05% from 255) = 17.42%

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

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 17.42%
G = 74.77%
B = 7.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#3AF91A (or 0x3AF91A) is known color: Harlequin. HEX triplet: 3A, F9 and 1A. RGB value is (58,249,26). Sum of RGB (Red+Green+Blue) = 58+249+26=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 249 (97.66% from 255 or 74.77% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF91A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF91A is #C506E5. Grayscale: #A7A7A7. Windows color (decimal): -12912358 or 1767738. OLE color: 1767738.

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

Color convert

RGB 58 249 26 -
CMYK 0.77 0 0.90 0.02
HSL 111.39º 0.95% 0.54% -
HSV(B) 111.39º 0.9% 0.98% -
XYZ 35.81 68.73 12.36 -
YUV 166.47 48.72 50.63 -
System Red Green Blue C M Y K H S L
Decimal 58 249 26 0.77 0 0.90 0.02 111.39 0.95 0.54
Hex 3A F9 1A 4D 0 5A 2 6F 5F 36
Octal 72 371 32 115 0 132 2 157 137 66
Binary 111010 11111001 11010 1001101 0 1011010 10 1101111 1011111 110110

Color Harmonies of #3AF91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF91A

Black with #3AF91A

Text Example


Text Example

White with #3AF91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AF91A; }

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

 H1.HeaderClassName
 {
   color: #3AF91A;
 }
 .AnyTagClassName
 {
   color: #3AF91A;
 }
</style>

background-color css

<style>
 a { background-color: #3AF91A; }

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

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

border-color css

<style>
 span { border-color: #3AF91A; }

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

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