Html Css Color HEX #6AC313 Christi

📋 copy color: '#6AC313'

red 106 ◦ green 195 ◦ blue 19

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

Shades of Christi #6AC313

Tints of Christi #6AC313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.94%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 33.13%
G = 60.94%
B = 5.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#6AC313 (or 0x6AC313) is known color: Christi. HEX triplet: 6A, C3 and 13. RGB value is (106,195,19). Sum of RGB (Red+Green+Blue) = 106+195+19=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC313 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC313 is #953CEC. Grayscale: #949494. Windows color (decimal): -9780461 or 1295210. OLE color: 1295210.

HSL color Cylindrical-coordinate representation of color #6AC313: hue angle of 90.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AC313 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 195 19 -
CMYK 0.46 0 0.90 0.24
HSL 90.34º 0.82% 0.42% -
HSV(B) 90.34º 0.9% 0.76% -
XYZ 25.58 42.14 7.4 -
YUV 148.33 55.01 97.81 -
System Red Green Blue C M Y K H S L
Decimal 106 195 19 0.46 0 0.90 0.24 90.34 0.82 0.42
Hex 6A C3 13 2E 0 5A 18 5A 52 2A
Octal 152 303 23 56 0 132 30 132 122 52
Binary 1101010 11000011 10011 101110 0 1011010 11000 1011010 1010010 101010

Color Harmonies of #6AC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC313

Black with #6AC313

Text Example


Text Example

White with #6AC313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,195,19); }

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

background-color css

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

 a { background-color: rgb(106,195,19); }

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

border-color css

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

 span { border-color: rgb(106,195,19); }

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