Html Css Color HEX #6AB314 Christi

📋 copy color: '#6AB314'

red 106 ◦ green 179 ◦ blue 20

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

Shades of Christi #6AB314

Tints of Christi #6AB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.69%

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

R = 34.75%
G = 58.69%
B = 6.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#6AB314 (or 0x6AB314) is known color: Christi. HEX triplet: 6A, B3 and 14. RGB value is (106,179,20). Sum of RGB (Red+Green+Blue) = 106+179+20=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB314 is #954CEB. Grayscale: #8B8B8B. Windows color (decimal): -9784556 or 1356650. OLE color: 1356650.

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

Color convert

RGB 106 179 20 -
CMYK 0.41 0 0.89 0.30
HSL 87.55º 0.8% 0.39% -
HSV(B) 87.55º 0.89% 0.7% -
XYZ 22.19 35.35 6.32 -
YUV 139.05 60.82 104.43 -
System Red Green Blue C M Y K H S L
Decimal 106 179 20 0.41 0 0.89 0.30 87.55 0.8 0.39
Hex 6A B3 14 29 0 59 1E 58 50 27
Octal 152 263 24 51 0 131 36 130 120 47
Binary 1101010 10110011 10100 101001 0 1011001 11110 1011000 1010000 100111

Color Harmonies of #6AB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB314

Black with #6AB314

Text Example


Text Example

White with #6AB314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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