Html Css Color HEX #3AAE12 Kelly Green

📋 copy color: '#3AAE12'

red 58 ◦ green 174 ◦ blue 18

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

Shades of Kelly Green #3AAE12

Tints of Kelly Green #3AAE12

RGB

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

 GREEN value IS 174 (68.36% from 255) = 69.6%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 23.2%
G = 69.6%
B = 7.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#3AAE12 (or 0x3AAE12) is known color: Kelly Green. HEX triplet: 3A, AE and 12. RGB value is (58,174,18). Sum of RGB (Red+Green+Blue) = 58+174+18=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 174 (68.36% from 255 or 69.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAE12 is #C551ED. Grayscale: #7A7A7A. Windows color (decimal): -12931566 or 1224250. OLE color: 1224250.

HSL color Cylindrical-coordinate representation of color #3AAE12: hue angle of 104.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AAE12 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 174 18 -
CMYK 0.67 0 0.90 0.32
HSL 104.62º 0.81% 0.38% -
HSV(B) 104.62º 0.9% 0.68% -
XYZ 16.99 31.22 5.7 -
YUV 121.53 69.57 82.68 -
System Red Green Blue C M Y K H S L
Decimal 58 174 18 0.67 0 0.90 0.32 104.62 0.81 0.38
Hex 3A AE 12 43 0 5A 20 69 51 26
Octal 72 256 22 103 0 132 40 151 121 46
Binary 111010 10101110 10010 1000011 0 1011010 100000 1101001 1010001 100110

Color Harmonies of #3AAE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAE12

Black with #3AAE12

Text Example


Text Example

White with #3AAE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,174,18); }

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

background-color css

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

 a { background-color: rgb(58,174,18); }

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

border-color css

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

 span { border-color: rgb(58,174,18); }

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