Html Css Color HEX #6AD464 Pastel Green

📋 copy color: '#6AD464'

red 106 ◦ green 212 ◦ blue 100

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

Shades of Pastel Green #6AD464

Tints of Pastel Green #6AD464

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.72%

 BLUE value IS 100 (39.45% from 255) = 23.92%

R = 25.36%
G = 50.72%
B = 23.92%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#6AD464 (or 0x6AD464) is known color: Pastel Green. HEX triplet: 6A, D4 and 64. RGB value is (106,212,100). Sum of RGB (Red+Green+Blue) = 106+212+100=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #6AD464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD464 is #952B9B. Grayscale: #A7A7A7. Windows color (decimal): -9776028 or 6607978. OLE color: 6607978.

HSL color Cylindrical-coordinate representation of color #6AD464: hue angle of 116.79º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AD464 is Cyan = 0.5, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 106 212 100 -
CMYK 0.5 0 0.53 0.17
HSL 116.79º 0.57% 0.61% -
HSV(B) 116.79º 0.53% 0.83% -
XYZ 31.79 51.07 20.24 -
YUV 167.54 89.88 84.11 -
System Red Green Blue C M Y K H S L
Decimal 106 212 100 0.5 0 0.53 0.17 116.79 0.57 0.61
Hex 6A D4 64 32 0 35 11 75 39 3D
Octal 152 324 144 62 0 65 21 165 71 75
Binary 1101010 11010100 1100100 110010 0 110101 10001 1110101 111001 111101

Color Harmonies of #6AD464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD464

Black with #6AD464

Text Example


Text Example

White with #6AD464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,212,100); }

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

background-color css

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

 a { background-color: rgb(106,212,100); }

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

border-color css

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

 span { border-color: rgb(106,212,100); }

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