Html Css Color HEX #6AD512 Kelly Green

📋 copy color: '#6AD512'

red 106 ◦ green 213 ◦ blue 18

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

Shades of Kelly Green #6AD512

Tints of Kelly Green #6AD512

RGB

 RED value IS 106 (41.8% from 255) = 31.45%

 GREEN value IS 213 (83.59% from 255) = 63.2%

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

R = 31.45%
G = 63.2%
B = 5.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#6AD512 (or 0x6AD512) is known color: Kelly Green. HEX triplet: 6A, D5 and 12. RGB value is (106,213,18). Sum of RGB (Red+Green+Blue) = 106+213+18=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD512 is #952AED. Grayscale: #9F9F9F. Windows color (decimal): -9775854 or 1234282. OLE color: 1234282.

HSL color Cylindrical-coordinate representation of color #6AD512: hue angle of 92.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AD512 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 213 18 -
CMYK 0.50 0 0.92 0.16
HSL 92.92º 0.84% 0.45% -
HSV(B) 92.92º 0.92% 0.84% -
XYZ 29.85 50.7 8.78 -
YUV 158.78 48.55 90.36 -
System Red Green Blue C M Y K H S L
Decimal 106 213 18 0.50 0 0.92 0.16 92.92 0.84 0.45
Hex 6A D5 12 32 0 5C 10 5D 54 2D
Octal 152 325 22 62 0 134 20 135 124 55
Binary 1101010 11010101 10010 110010 0 1011100 10000 1011101 1010100 101101

Color Harmonies of #6AD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD512

Black with #6AD512

Text Example


Text Example

White with #6AD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AD512; }

 p { color: rgb(106,213,18); }

 H1.HeaderClassName
 {
   color: #6AD512;
 }
 .AnyTagClassName
 {
   color: #6AD512;
 }
</style>

background-color css

<style>
 a { background-color: #6AD512; }

 a { background-color: rgb(106,213,18); }

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

border-color css

<style>
 span { border-color: #6AD512; }

 span { border-color: rgb(106,213,18); }

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