Html Css Color HEX #6AD70D Bright Green

📋 copy color: '#6AD70D'

red 106 ◦ green 215 ◦ blue 13

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

Shades of Bright Green #6AD70D

Tints of Bright Green #6AD70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 31.74%
G = 64.37%
B = 3.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#6AD70D (or 0x6AD70D) is known color: Bright Green. HEX triplet: 6A, D7 and 0D. RGB value is (106,215,13). Sum of RGB (Red+Green+Blue) = 106+215+13=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD70D is #9528F2. Grayscale: #A0A0A0. Windows color (decimal): -9775347 or 907114. OLE color: 907114.

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

Color convert

RGB 106 215 13 -
CMYK 0.51 0 0.94 0.16
HSL 92.38º 0.89% 0.45% -
HSV(B) 92.38º 0.94% 0.84% -
XYZ 30.32 51.69 8.76 -
YUV 159.38 45.39 89.93 -
System Red Green Blue C M Y K H S L
Decimal 106 215 13 0.51 0 0.94 0.16 92.38 0.89 0.45
Hex 6A D7 D 33 0 5E 10 5C 59 2D
Octal 152 327 15 63 0 136 20 134 131 55
Binary 1101010 11010111 1101 110011 0 1011110 10000 1011100 1011001 101101

Color Harmonies of #6AD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD70D

Black with #6AD70D

Text Example


Text Example

White with #6AD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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