Html Css Color HEX #6CC00A Christi

📋 copy color: '#6CC00A'

red 108 ◦ green 192 ◦ blue 10

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

Shades of Christi #6CC00A

Tints of Christi #6CC00A

RGB

 RED value IS 108 (42.58% from 255) = 34.84%

 GREEN value IS 192 (75.39% from 255) = 61.94%

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

R = 34.84%
G = 61.94%
B = 3.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#6CC00A (or 0x6CC00A) is known color: Christi. HEX triplet: 6C, C0 and 0A. RGB value is (108,192,10). Sum of RGB (Red+Green+Blue) = 108+192+10=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC00A is #933FF5. Grayscale: #929292. Windows color (decimal): -9650166 or 704620. OLE color: 704620.

HSL color Cylindrical-coordinate representation of color #6CC00A: hue angle of 87.69º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6CC00A is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 192 10 -
CMYK 0.44 0 0.95 0.25
HSL 87.69º 0.9% 0.4% -
HSV(B) 87.69º 0.95% 0.75% -
XYZ 25.09 40.91 6.86 -
YUV 146.14 51.17 100.8 -
System Red Green Blue C M Y K H S L
Decimal 108 192 10 0.44 0 0.95 0.25 87.69 0.9 0.4
Hex 6C C0 A 2C 0 5F 19 58 5A 28
Octal 154 300 12 54 0 137 31 130 132 50
Binary 1101100 11000000 1010 101100 0 1011111 11001 1011000 1011010 101000

Color Harmonies of #6CC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC00A

Black with #6CC00A

Text Example


Text Example

White with #6CC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,192,10); }

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

background-color css

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

 a { background-color: rgb(108,192,10); }

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

border-color css

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

 span { border-color: rgb(108,192,10); }

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