Html Css Color HEX #2AF309 Harlequin

📋 copy color: '#2AF309'

red 42 ◦ green 243 ◦ blue 9

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

Shades of Harlequin #2AF309

Tints of Harlequin #2AF309

RGB

 RED value IS 42 (16.8% from 255) = 14.29%

 GREEN value IS 243 (95.31% from 255) = 82.65%

 BLUE value IS 9 (3.91% from 255) = 3.06%

R = 14.29%
G = 82.65%
B = 3.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#2AF309 (or 0x2AF309) is known color: Harlequin. HEX triplet: 2A, F3 and 09. RGB value is (42,243,9). Sum of RGB (Red+Green+Blue) = 42+243+9=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 243 (95.31% from 255 or 82.65% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF309 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF309 is #D50CF6. Grayscale: #9C9C9C. Windows color (decimal): -13962487 or 652074. OLE color: 652074.

HSL color Cylindrical-coordinate representation of color #2AF309: hue angle of 111.54º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AF309 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 243 9 -
CMYK 0.83 0 0.96 0.05
HSL 111.54º 0.93% 0.49% -
HSV(B) 111.54º 0.96% 0.95% -
XYZ 33.05 64.61 10.99 -
YUV 156.23 44.91 46.53 -
System Red Green Blue C M Y K H S L
Decimal 42 243 9 0.83 0 0.96 0.05 111.54 0.93 0.49
Hex 2A F3 9 53 0 60 5 70 5D 31
Octal 52 363 11 123 0 140 5 160 135 61
Binary 101010 11110011 1001 1010011 0 1100000 101 1110000 1011101 110001

Color Harmonies of #2AF309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF309

Black with #2AF309

Text Example


Text Example

White with #2AF309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AF309; }

 p { color: rgb(42,243,9); }

 H1.HeaderClassName
 {
   color: #2AF309;
 }
 .AnyTagClassName
 {
   color: #2AF309;
 }
</style>

background-color css

<style>
 a { background-color: #2AF309; }

 a { background-color: rgb(42,243,9); }

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

border-color css

<style>
 span { border-color: #2AF309; }

 span { border-color: rgb(42,243,9); }

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