Html Css Color HEX #6AD028 Kelly Green

📋 copy color: '#6AD028'

red 106 ◦ green 208 ◦ blue 40

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

Shades of Kelly Green #6AD028

Tints of Kelly Green #6AD028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.76%

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 29.94%
G = 58.76%
B = 11.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#6AD028 (or 0x6AD028) is known color: Kelly Green. HEX triplet: 6A, D0 and 28. RGB value is (106,208,40). Sum of RGB (Red+Green+Blue) = 106+208+40=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD028 is #952FD7. Grayscale: #9E9E9E. Windows color (decimal): -9777112 or 2674794. OLE color: 2674794.

HSL color Cylindrical-coordinate representation of color #6AD028: hue angle of 96.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6AD028 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 208 40 -
CMYK 0.49 0 0.81 0.18
HSL 96.43º 0.68% 0.49% -
HSV(B) 96.43º 0.81% 0.82% -
XYZ 28.88 48.33 9.81 -
YUV 158.35 61.21 90.66 -
System Red Green Blue C M Y K H S L
Decimal 106 208 40 0.49 0 0.81 0.18 96.43 0.68 0.49
Hex 6A D0 28 31 0 51 12 60 44 31
Octal 152 320 50 61 0 121 22 140 104 61
Binary 1101010 11010000 101000 110001 0 1010001 10010 1100000 1000100 110001

Color Harmonies of #6AD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD028

Black with #6AD028

Text Example


Text Example

White with #6AD028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,208,40); }

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

background-color css

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

 a { background-color: rgb(106,208,40); }

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

border-color css

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

 span { border-color: rgb(106,208,40); }

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