Html Css Color HEX #2AC10A Kelly Green

📋 copy color: '#2AC10A'

red 42 ◦ green 193 ◦ blue 10

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

Shades of Kelly Green #2AC10A

Tints of Kelly Green #2AC10A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 78.78%

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

R = 17.14%
G = 78.78%
B = 4.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#2AC10A (or 0x2AC10A) is known color: Kelly Green. HEX triplet: 2A, C1 and 0A. RGB value is (42,193,10). Sum of RGB (Red+Green+Blue) = 42+193+10=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 193 (75.78% from 255 or 78.78% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC10A is #D53EF5. Grayscale: #7F7F7F. Windows color (decimal): -13975286 or 704810. OLE color: 704810.

HSL color Cylindrical-coordinate representation of color #2AC10A: hue angle of 109.51º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AC10A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 193 10 -
CMYK 0.78 0 0.95 0.24
HSL 109.51º 0.9% 0.4% -
HSV(B) 109.51º 0.95% 0.76% -
XYZ 20.08 38.65 6.69 -
YUV 126.99 61.97 67.38 -
System Red Green Blue C M Y K H S L
Decimal 42 193 10 0.78 0 0.95 0.24 109.51 0.9 0.4
Hex 2A C1 A 4E 0 5F 18 6E 5A 28
Octal 52 301 12 116 0 137 30 156 132 50
Binary 101010 11000001 1010 1001110 0 1011111 11000 1101110 1011010 101000

Color Harmonies of #2AC10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC10A

Black with #2AC10A

Text Example


Text Example

White with #2AC10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,193,10); }

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

background-color css

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

 a { background-color: rgb(42,193,10); }

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

border-color css

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

 span { border-color: rgb(42,193,10); }

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