Html Css Color HEX #3AE008 Harlequin

📋 copy color: '#3AE008'

red 58 ◦ green 224 ◦ blue 8

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

Shades of Harlequin #3AE008

Tints of Harlequin #3AE008

RGB

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

 GREEN value IS 224 (87.89% from 255) = 77.24%

 BLUE value IS 8 (3.52% from 255) = 2.76%

R = 20%
G = 77.24%
B = 2.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#3AE008 (or 0x3AE008) is known color: Harlequin. HEX triplet: 3A, E0 and 08. RGB value is (58,224,8). Sum of RGB (Red+Green+Blue) = 58+224+8=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 224 (87.89% from 255 or 77.24% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE008 is #C51FF7. Grayscale: #969696. Windows color (decimal): -12918776 or 581690. OLE color: 581690.

HSL color Cylindrical-coordinate representation of color #3AE008: hue angle of 106.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AE008 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 224 8 -
CMYK 0.74 0 0.96 0.12
HSL 106.11º 0.93% 0.45% -
HSV(B) 106.11º 0.96% 0.88% -
XYZ 28.44 54.23 9.2 -
YUV 149.74 48 62.56 -
System Red Green Blue C M Y K H S L
Decimal 58 224 8 0.74 0 0.96 0.12 106.11 0.93 0.45
Hex 3A E0 8 4A 0 60 C 6A 5D 2D
Octal 72 340 10 112 0 140 14 152 135 55
Binary 111010 11100000 1000 1001010 0 1100000 1100 1101010 1011101 101101

Color Harmonies of #3AE008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE008

Black with #3AE008

Text Example


Text Example

White with #3AE008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,224,8); }

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

background-color css

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

 a { background-color: rgb(58,224,8); }

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

border-color css

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

 span { border-color: rgb(58,224,8); }

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