Html Css Color HEX #6AB812 Christi

📋 copy color: '#6AB812'

red 106 ◦ green 184 ◦ blue 18

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

Shades of Christi #6AB812

Tints of Christi #6AB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.74%

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

R = 34.42%
G = 59.74%
B = 5.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#6AB812 (or 0x6AB812) is known color: Christi. HEX triplet: 6A, B8 and 12. RGB value is (106,184,18). Sum of RGB (Red+Green+Blue) = 106+184+18=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB812 is #9547ED. Grayscale: #8E8E8E. Windows color (decimal): -9783278 or 1226858. OLE color: 1226858.

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

Color convert

RGB 106 184 18 -
CMYK 0.42 0 0.90 0.28
HSL 88.19º 0.82% 0.4% -
HSV(B) 88.19º 0.9% 0.72% -
XYZ 23.19 37.39 6.57 -
YUV 141.75 58.16 102.5 -
System Red Green Blue C M Y K H S L
Decimal 106 184 18 0.42 0 0.90 0.28 88.19 0.82 0.4
Hex 6A B8 12 2A 0 5A 1C 58 52 28
Octal 152 270 22 52 0 132 34 130 122 50
Binary 1101010 10111000 10010 101010 0 1011010 11100 1011000 1010010 101000

Color Harmonies of #6AB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB812

Black with #6AB812

Text Example


Text Example

White with #6AB812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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