Html Css Color HEX #6AB130 Christi

📋 copy color: '#6AB130'

red 106 ◦ green 177 ◦ blue 48

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

Shades of Christi #6AB130

Tints of Christi #6AB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.47%

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 32.02%
G = 53.47%
B = 14.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#6AB130 (or 0x6AB130) is known color: Christi. HEX triplet: 6A, B1 and 30. RGB value is (106,177,48). Sum of RGB (Red+Green+Blue) = 106+177+48=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB130 is #954ECF. Grayscale: #8D8D8D. Windows color (decimal): -9785040 or 3191146. OLE color: 3191146.

HSL color Cylindrical-coordinate representation of color #6AB130: hue angle of 93.02º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AB130 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 177 48 -
CMYK 0.40 0 0.73 0.31
HSL 93.02º 0.57% 0.44% -
HSV(B) 93.02º 0.73% 0.69% -
XYZ 22.2 34.72 8.33 -
YUV 141.07 75.48 102.99 -
System Red Green Blue C M Y K H S L
Decimal 106 177 48 0.40 0 0.73 0.31 93.02 0.57 0.44
Hex 6A B1 30 28 0 49 1F 5D 39 2C
Octal 152 261 60 50 0 111 37 135 71 54
Binary 1101010 10110001 110000 101000 0 1001001 11111 1011101 111001 101100

Color Harmonies of #6AB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB130

Black with #6AB130

Text Example


Text Example

White with #6AB130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,177,48); }

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

background-color css

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

 a { background-color: rgb(106,177,48); }

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

border-color css

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

 span { border-color: rgb(106,177,48); }

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