Html Css Color HEX #6AD712 Kelly Green

📋 copy color: '#6AD712'

red 106 ◦ green 215 ◦ blue 18

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

Shades of Kelly Green #6AD712

Tints of Kelly Green #6AD712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.42%

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

R = 31.27%
G = 63.42%
B = 5.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#6AD712 (or 0x6AD712) is known color: Kelly Green. HEX triplet: 6A, D7 and 12. RGB value is (106,215,18). Sum of RGB (Red+Green+Blue) = 106+215+18=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 215 (84.38% from 255 or 63.42% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD712 is #9528ED. Grayscale: #A0A0A0. Windows color (decimal): -9775342 or 1234794. OLE color: 1234794.

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

Color convert

RGB 106 215 18 -
CMYK 0.51 0 0.92 0.16
HSL 93.2º 0.85% 0.46% -
HSV(B) 93.2º 0.92% 0.84% -
XYZ 30.35 51.71 8.95 -
YUV 159.95 47.89 89.52 -
System Red Green Blue C M Y K H S L
Decimal 106 215 18 0.51 0 0.92 0.16 93.2 0.85 0.46
Hex 6A D7 12 33 0 5C 10 5D 55 2E
Octal 152 327 22 63 0 134 20 135 125 56
Binary 1101010 11010111 10010 110011 0 1011100 10000 1011101 1010101 101110

Color Harmonies of #6AD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD712

Black with #6AD712

Text Example


Text Example

White with #6AD712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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