Html Css Color HEX #6AB40C Christi

📋 copy color: '#6AB40C'

red 106 ◦ green 180 ◦ blue 12

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

Shades of Christi #6AB40C

Tints of Christi #6AB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.4%

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 35.57%
G = 60.4%
B = 4.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#6AB40C (or 0x6AB40C) is known color: Christi. HEX triplet: 6A, B4 and 0C. RGB value is (106,180,12). Sum of RGB (Red+Green+Blue) = 106+180+12=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB40C is #954BF3. Grayscale: #8B8B8B. Windows color (decimal): -9784308 or 832618. OLE color: 832618.

HSL color Cylindrical-coordinate representation of color #6AB40C: hue angle of 86.43º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AB40C is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 106 180 12 -
CMYK 0.41 0 0.93 0.29
HSL 86.43º 0.88% 0.38% -
HSV(B) 86.43º 0.93% 0.71% -
XYZ 22.33 35.73 6.07 -
YUV 138.72 56.48 104.66 -
System Red Green Blue C M Y K H S L
Decimal 106 180 12 0.41 0 0.93 0.29 86.43 0.88 0.38
Hex 6A B4 C 29 0 5D 1D 56 58 26
Octal 152 264 14 51 0 135 35 126 130 46
Binary 1101010 10110100 1100 101001 0 1011101 11101 1010110 1011000 100110

Color Harmonies of #6AB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB40C

Black with #6AB40C

Text Example


Text Example

White with #6AB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,180,12); }

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

background-color css

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

 a { background-color: rgb(106,180,12); }

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

border-color css

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

 span { border-color: rgb(106,180,12); }

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