Html Css Color HEX #6AB215 Christi

📋 copy color: '#6AB215'

red 106 ◦ green 178 ◦ blue 21

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

Shades of Christi #6AB215

Tints of Christi #6AB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.36%

 BLUE value IS 21 (8.59% from 255) = 6.89%

R = 34.75%
G = 58.36%
B = 6.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#6AB215 (or 0x6AB215) is known color: Christi. HEX triplet: 6A, B2 and 15. RGB value is (106,178,21). Sum of RGB (Red+Green+Blue) = 106+178+21=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB215 is #954DEA. Grayscale: #8B8B8B. Windows color (decimal): -9784811 or 1421930. OLE color: 1421930.

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

Color convert

RGB 106 178 21 -
CMYK 0.40 0 0.88 0.30
HSL 87.52º 0.79% 0.39% -
HSV(B) 87.52º 0.88% 0.7% -
XYZ 22 34.96 6.3 -
YUV 138.57 61.65 104.77 -
System Red Green Blue C M Y K H S L
Decimal 106 178 21 0.40 0 0.88 0.30 87.52 0.79 0.39
Hex 6A B2 15 28 0 58 1E 58 4F 27
Octal 152 262 25 50 0 130 36 130 117 47
Binary 1101010 10110010 10101 101000 0 1011000 11110 1011000 1001111 100111

Color Harmonies of #6AB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB215

Black with #6AB215

Text Example


Text Example

White with #6AB215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,178,21); }

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

background-color css

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

 a { background-color: rgb(106,178,21); }

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

border-color css

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

 span { border-color: rgb(106,178,21); }

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