Html Css Color HEX #6DCC0A Christi

📋 copy color: '#6DCC0A'

red 109 ◦ green 204 ◦ blue 10

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

Shades of Christi #6DCC0A

Tints of Christi #6DCC0A

RGB

 RED value IS 109 (42.97% from 255) = 33.75%

 GREEN value IS 204 (80.08% from 255) = 63.16%

 BLUE value IS 10 (4.3% from 255) = 3.1%

R = 33.75%
G = 63.16%
B = 3.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#6DCC0A (or 0x6DCC0A) is known color: Christi. HEX triplet: 6D, CC and 0A. RGB value is (109,204,10). Sum of RGB (Red+Green+Blue) = 109+204+10=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCC0A is #9233F5. Grayscale: #9A9A9A. Windows color (decimal): -9581558 or 707693. OLE color: 707693.

HSL color Cylindrical-coordinate representation of color #6DCC0A: hue angle of 89.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DCC0A is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 204 10 -
CMYK 0.47 0 0.95 0.2
HSL 89.38º 0.91% 0.42% -
HSV(B) 89.38º 0.95% 0.8% -
XYZ 27.95 46.46 7.78 -
YUV 153.48 47.03 96.27 -
System Red Green Blue C M Y K H S L
Decimal 109 204 10 0.47 0 0.95 0.2 89.38 0.91 0.42
Hex 6D CC A 2F 0 5F 14 59 5B 2A
Octal 155 314 12 57 0 137 24 131 133 52
Binary 1101101 11001100 1010 101111 0 1011111 10100 1011001 1011011 101010

Color Harmonies of #6DCC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCC0A

Black with #6DCC0A

Text Example


Text Example

White with #6DCC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,204,10); }

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

background-color css

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

 a { background-color: rgb(109,204,10); }

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

border-color css

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

 span { border-color: rgb(109,204,10); }

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