Html Css Color HEX #4ADE0A Harlequin

📋 copy color: '#4ADE0A'

red 74 ◦ green 222 ◦ blue 10

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

Shades of Harlequin #4ADE0A

Tints of Harlequin #4ADE0A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 72.55%

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

R = 24.18%
G = 72.55%
B = 3.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#4ADE0A (or 0x4ADE0A) is known color: Harlequin. HEX triplet: 4A, DE and 0A. RGB value is (74,222,10). Sum of RGB (Red+Green+Blue) = 74+222+10=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADE0A is #B521F5. Grayscale: #9A9A9A. Windows color (decimal): -11870710 or 712266. OLE color: 712266.

HSL color Cylindrical-coordinate representation of color #4ADE0A: hue angle of 101.89º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4ADE0A is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 222 10 -
CMYK 0.67 0 0.95 0.13
HSL 101.89º 0.91% 0.45% -
HSV(B) 101.89º 0.95% 0.87% -
XYZ 29 53.72 9.13 -
YUV 153.58 46.97 71.24 -
System Red Green Blue C M Y K H S L
Decimal 74 222 10 0.67 0 0.95 0.13 101.89 0.91 0.45
Hex 4A DE A 43 0 5F D 66 5B 2D
Octal 112 336 12 103 0 137 15 146 133 55
Binary 1001010 11011110 1010 1000011 0 1011111 1101 1100110 1011011 101101

Color Harmonies of #4ADE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADE0A

Black with #4ADE0A

Text Example


Text Example

White with #4ADE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,222,10); }

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

background-color css

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

 a { background-color: rgb(74,222,10); }

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

border-color css

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

 span { border-color: rgb(74,222,10); }

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