Html Css Color HEX #6AD228 Kelly Green

📋 copy color: '#6AD228'

red 106 ◦ green 210 ◦ blue 40

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

Shades of Kelly Green #6AD228

Tints of Kelly Green #6AD228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.99%

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

R = 29.78%
G = 58.99%
B = 11.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#6AD228 (or 0x6AD228) is known color: Kelly Green. HEX triplet: 6A, D2 and 28. RGB value is (106,210,40). Sum of RGB (Red+Green+Blue) = 106+210+40=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD228 is #952DD7. Grayscale: #A0A0A0. Windows color (decimal): -9776600 or 2675306. OLE color: 2675306.

HSL color Cylindrical-coordinate representation of color #6AD228: hue angle of 96.71º 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 #6AD228 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 210 40 -
CMYK 0.50 0 0.81 0.18
HSL 96.71º 0.68% 0.49% -
HSV(B) 96.71º 0.81% 0.82% -
XYZ 29.37 49.31 9.98 -
YUV 159.52 60.54 89.82 -
System Red Green Blue C M Y K H S L
Decimal 106 210 40 0.50 0 0.81 0.18 96.71 0.68 0.49
Hex 6A D2 28 32 0 51 12 61 44 31
Octal 152 322 50 62 0 121 22 141 104 61
Binary 1101010 11010010 101000 110010 0 1010001 10010 1100001 1000100 110001

Color Harmonies of #6AD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD228

Black with #6AD228

Text Example


Text Example

White with #6AD228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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