Html Css Color HEX #6AB514 Christi

📋 copy color: '#6AB514'

red 106 ◦ green 181 ◦ blue 20

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

Shades of Christi #6AB514

Tints of Christi #6AB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.96%

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

R = 34.53%
G = 58.96%
B = 6.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#6AB514 (or 0x6AB514) is known color: Christi. HEX triplet: 6A, B5 and 14. RGB value is (106,181,20). Sum of RGB (Red+Green+Blue) = 106+181+20=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB514 is #954AEB. Grayscale: #8C8C8C. Windows color (decimal): -9784044 or 1357162. OLE color: 1357162.

HSL color Cylindrical-coordinate representation of color #6AB514: hue angle of 87.95º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AB514 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 106 181 20 -
CMYK 0.41 0 0.89 0.29
HSL 87.95º 0.8% 0.39% -
HSV(B) 87.95º 0.89% 0.71% -
XYZ 22.59 36.16 6.45 -
YUV 140.22 60.15 103.59 -
System Red Green Blue C M Y K H S L
Decimal 106 181 20 0.41 0 0.89 0.29 87.95 0.8 0.39
Hex 6A B5 14 29 0 59 1D 58 50 27
Octal 152 265 24 51 0 131 35 130 120 47
Binary 1101010 10110101 10100 101001 0 1011001 11101 1011000 1010000 100111

Color Harmonies of #6AB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB514

Black with #6AB514

Text Example


Text Example

White with #6AB514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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