Html Css Color HEX #6ABD14 Christi

📋 copy color: '#6ABD14'

red 106 ◦ green 189 ◦ blue 20

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

Shades of Christi #6ABD14

Tints of Christi #6ABD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60%

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

R = 33.65%
G = 60%
B = 6.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#6ABD14 (or 0x6ABD14) is known color: Christi. HEX triplet: 6A, BD and 14. RGB value is (106,189,20). Sum of RGB (Red+Green+Blue) = 106+189+20=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABD14 is #9542EB. Grayscale: #919191. Windows color (decimal): -9781996 or 1359210. OLE color: 1359210.

HSL color Cylindrical-coordinate representation of color #6ABD14: hue angle of 89.47º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6ABD14 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 189 20 -
CMYK 0.44 0 0.89 0.26
HSL 89.47º 0.81% 0.41% -
HSV(B) 89.47º 0.89% 0.74% -
XYZ 24.27 39.51 7.01 -
YUV 144.92 57.5 100.24 -
System Red Green Blue C M Y K H S L
Decimal 106 189 20 0.44 0 0.89 0.26 89.47 0.81 0.41
Hex 6A BD 14 2C 0 59 1A 59 51 29
Octal 152 275 24 54 0 131 32 131 121 51
Binary 1101010 10111101 10100 101100 0 1011001 11010 1011001 1010001 101001

Color Harmonies of #6ABD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABD14

Black with #6ABD14

Text Example


Text Example

White with #6ABD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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