Html Css Color HEX #6AC520 Christi

📋 copy color: '#6AC520'

red 106 ◦ green 197 ◦ blue 32

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

Shades of Christi #6AC520

Tints of Christi #6AC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.81%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 31.64%
G = 58.81%
B = 9.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#6AC520 (or 0x6AC520) is known color: Christi. HEX triplet: 6A, C5 and 20. RGB value is (106,197,32). Sum of RGB (Red+Green+Blue) = 106+197+32=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC520 is #953ADF. Grayscale: #979797. Windows color (decimal): -9779936 or 2147690. OLE color: 2147690.

HSL color Cylindrical-coordinate representation of color #6AC520: hue angle of 93.09º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6AC520 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 106 197 32 -
CMYK 0.46 0 0.84 0.23
HSL 93.09º 0.72% 0.45% -
HSV(B) 93.09º 0.84% 0.77% -
XYZ 26.17 43.1 8.31 -
YUV 150.98 60.85 95.92 -
System Red Green Blue C M Y K H S L
Decimal 106 197 32 0.46 0 0.84 0.23 93.09 0.72 0.45
Hex 6A C5 20 2E 0 54 17 5D 48 2D
Octal 152 305 40 56 0 124 27 135 110 55
Binary 1101010 11000101 100000 101110 0 1010100 10111 1011101 1001000 101101

Color Harmonies of #6AC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC520

Black with #6AC520

Text Example


Text Example

White with #6AC520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,197,32); }

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

background-color css

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

 a { background-color: rgb(106,197,32); }

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

border-color css

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

 span { border-color: rgb(106,197,32); }

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