Html Css Color HEX #6AC712 Christi

📋 copy color: '#6AC712'

red 106 ◦ green 199 ◦ blue 18

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

Shades of Christi #6AC712

Tints of Christi #6AC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 61.61%

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

R = 32.82%
G = 61.61%
B = 5.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#6AC712 (or 0x6AC712) is known color: Christi. HEX triplet: 6A, C7 and 12. RGB value is (106,199,18). Sum of RGB (Red+Green+Blue) = 106+199+18=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 199 (78.12% from 255 or 61.61% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC712 is #9538ED. Grayscale: #979797. Windows color (decimal): -9779438 or 1230698. OLE color: 1230698.

HSL color Cylindrical-coordinate representation of color #6AC712: hue angle of 90.83º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AC712 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 106 199 18 -
CMYK 0.47 0 0.91 0.22
HSL 90.83º 0.83% 0.43% -
HSV(B) 90.83º 0.91% 0.78% -
XYZ 26.48 43.95 7.66 -
YUV 150.56 53.19 96.22 -
System Red Green Blue C M Y K H S L
Decimal 106 199 18 0.47 0 0.91 0.22 90.83 0.83 0.43
Hex 6A C7 12 2F 0 5B 16 5B 53 2B
Octal 152 307 22 57 0 133 26 133 123 53
Binary 1101010 11000111 10010 101111 0 1011011 10110 1011011 1010011 101011

Color Harmonies of #6AC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC712

Black with #6AC712

Text Example


Text Example

White with #6AC712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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