Html Css Color HEX #6AB312 Christi

📋 copy color: '#6AB312'

red 106 ◦ green 179 ◦ blue 18

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

Shades of Christi #6AB312

Tints of Christi #6AB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.08%

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 34.98%
G = 59.08%
B = 5.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#6AB312 (or 0x6AB312) is known color: Christi. HEX triplet: 6A, B3 and 12. RGB value is (106,179,18). Sum of RGB (Red+Green+Blue) = 106+179+18=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB312 is #954CED. Grayscale: #8B8B8B. Windows color (decimal): -9784558 or 1225578. OLE color: 1225578.

HSL color Cylindrical-coordinate representation of color #6AB312: hue angle of 87.2º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AB312 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 179 18 -
CMYK 0.41 0 0.90 0.30
HSL 87.2º 0.82% 0.39% -
HSV(B) 87.2º 0.9% 0.7% -
XYZ 22.17 35.35 6.23 -
YUV 138.82 59.82 104.59 -
System Red Green Blue C M Y K H S L
Decimal 106 179 18 0.41 0 0.90 0.30 87.2 0.82 0.39
Hex 6A B3 12 29 0 5A 1E 57 52 27
Octal 152 263 22 51 0 132 36 127 122 47
Binary 1101010 10110011 10010 101001 0 1011010 11110 1010111 1010010 100111

Color Harmonies of #6AB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB312

Black with #6AB312

Text Example


Text Example

White with #6AB312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,179,18); }

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

background-color css

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

 a { background-color: rgb(106,179,18); }

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

border-color css

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

 span { border-color: rgb(106,179,18); }

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