Html Css Color HEX #6ABA00 Christi

📋 copy color: '#6ABA00'

red 106 ◦ green 186 ◦ blue 0

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

Shades of Christi #6ABA00

Tints of Christi #6ABA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.3%
G = 63.7%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#6ABA00 (or 0x6ABA00) is known color: Christi. HEX triplet: 6A, BA and 00. RGB value is (106,186,0). Sum of RGB (Red+Green+Blue) = 106+186+0=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABA00 is #9545FF. Grayscale: #8D8D8D. Windows color (decimal): -9782784 or 47722. OLE color: 47722.

HSL color Cylindrical-coordinate representation of color #6ABA00: hue angle of 85.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6ABA00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 0 -
CMYK 0.43 0 1 0.27
HSL 85.81º 1% 0.36% -
HSV(B) 85.81º 1% 0.73% -
XYZ 23.5 38.18 6.13 -
YUV 140.88 48.5 103.12 -
System Red Green Blue C M Y K H S L
Decimal 106 186 0 0.43 0 1 0.27 85.81 1 0.36
Hex 6A BA 0 2B 0 64 1B 56 64 24
Octal 152 272 0 53 0 144 33 126 144 44
Binary 1101010 10111010 0 101011 0 1100100 11011 1010110 1100100 100100

Color Harmonies of #6ABA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABA00

Black with #6ABA00

Text Example


Text Example

White with #6ABA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,186,0); }

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

background-color css

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

 a { background-color: rgb(106,186,0); }

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

border-color css

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

 span { border-color: rgb(106,186,0); }

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