Html Css Color HEX #6AC714 Christi

📋 copy color: '#6AC714'

red 106 ◦ green 199 ◦ blue 20

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

Shades of Christi #6AC714

Tints of Christi #6AC714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 32.62%
G = 61.23%
B = 6.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#6AC714 (or 0x6AC714) is known color: Christi. HEX triplet: 6A, C7 and 14. RGB value is (106,199,20). Sum of RGB (Red+Green+Blue) = 106+199+20=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC714 is #9538EB. Grayscale: #979797. Windows color (decimal): -9779436 or 1361770. OLE color: 1361770.

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

Color convert

RGB 106 199 20 -
CMYK 0.47 0 0.90 0.22
HSL 91.17º 0.82% 0.43% -
HSV(B) 91.17º 0.9% 0.78% -
XYZ 26.49 43.96 7.75 -
YUV 150.79 54.19 96.05 -
System Red Green Blue C M Y K H S L
Decimal 106 199 20 0.47 0 0.90 0.22 91.17 0.82 0.43
Hex 6A C7 14 2F 0 5A 16 5B 52 2B
Octal 152 307 24 57 0 132 26 133 122 53
Binary 1101010 11000111 10100 101111 0 1011010 10110 1011011 1010010 101011

Color Harmonies of #6AC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC714

Black with #6AC714

Text Example


Text Example

White with #6AC714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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