Html Css Color HEX #3AF00A Harlequin

📋 copy color: '#3AF00A'

red 58 ◦ green 240 ◦ blue 10

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

Shades of Harlequin #3AF00A

Tints of Harlequin #3AF00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 77.92%

 BLUE value IS 10 (4.3% from 255) = 3.25%

R = 18.83%
G = 77.92%
B = 3.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#3AF00A (or 0x3AF00A) is known color: Harlequin. HEX triplet: 3A, F0 and 0A. RGB value is (58,240,10). Sum of RGB (Red+Green+Blue) = 58+240+10=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF00A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF00A is #C50FF5. Grayscale: #A0A0A0. Windows color (decimal): -12914678 or 716858. OLE color: 716858.

HSL color Cylindrical-coordinate representation of color #3AF00A: hue angle of 107.48º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AF00A is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 10 -
CMYK 0.76 0 0.96 0.06
HSL 107.48º 0.92% 0.49% -
HSV(B) 107.48º 0.96% 0.94% -
XYZ 32.96 63.24 10.76 -
YUV 159.36 43.7 55.7 -
System Red Green Blue C M Y K H S L
Decimal 58 240 10 0.76 0 0.96 0.06 107.48 0.92 0.49
Hex 3A F0 A 4C 0 60 6 6B 5C 31
Octal 72 360 12 114 0 140 6 153 134 61
Binary 111010 11110000 1010 1001100 0 1100000 110 1101011 1011100 110001

Color Harmonies of #3AF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF00A

Black with #3AF00A

Text Example


Text Example

White with #3AF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,240,10); }

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

background-color css

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

 a { background-color: rgb(58,240,10); }

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

border-color css

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

 span { border-color: rgb(58,240,10); }

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