Html Css Color HEX #4AEC0B Harlequin

📋 copy color: '#4AEC0B'

red 74 ◦ green 236 ◦ blue 11

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

Shades of Harlequin #4AEC0B

Tints of Harlequin #4AEC0B

RGB

 RED value IS 74 (29.3% from 255) = 23.05%

 GREEN value IS 236 (92.58% from 255) = 73.52%

 BLUE value IS 11 (4.69% from 255) = 3.43%

R = 23.05%
G = 73.52%
B = 3.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#4AEC0B (or 0x4AEC0B) is known color: Harlequin. HEX triplet: 4A, EC and 0B. RGB value is (74,236,11). Sum of RGB (Red+Green+Blue) = 74+236+11=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEC0B is #B513F4. Grayscale: #A2A2A2. Windows color (decimal): -11867125 or 781386. OLE color: 781386.

HSL color Cylindrical-coordinate representation of color #4AEC0B: hue angle of 103.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4AEC0B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 11 -
CMYK 0.69 0 0.95 0.07
HSL 103.2º 0.91% 0.48% -
HSV(B) 103.2º 0.95% 0.93% -
XYZ 32.88 61.47 10.45 -
YUV 161.91 42.83 65.3 -
System Red Green Blue C M Y K H S L
Decimal 74 236 11 0.69 0 0.95 0.07 103.2 0.91 0.48
Hex 4A EC B 45 0 5F 7 67 5B 30
Octal 112 354 13 105 0 137 7 147 133 60
Binary 1001010 11101100 1011 1000101 0 1011111 111 1100111 1011011 110000

Color Harmonies of #4AEC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC0B

Black with #4AEC0B

Text Example


Text Example

White with #4AEC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AEC0B; }

 p { color: rgb(74,236,11); }

 H1.HeaderClassName
 {
   color: #4AEC0B;
 }
 .AnyTagClassName
 {
   color: #4AEC0B;
 }
</style>

background-color css

<style>
 a { background-color: #4AEC0B; }

 a { background-color: rgb(74,236,11); }

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

border-color css

<style>
 span { border-color: #4AEC0B; }

 span { border-color: rgb(74,236,11); }

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