Html Css Color HEX #6AB530 Christi

📋 copy color: '#6AB530'

red 106 ◦ green 181 ◦ blue 48

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

Shades of Christi #6AB530

Tints of Christi #6AB530

RGB

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

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

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

R = 31.64%
G = 54.03%
B = 14.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#6AB530 (or 0x6AB530) is known color: Christi. HEX triplet: 6A, B5 and 30. RGB value is (106,181,48). Sum of RGB (Red+Green+Blue) = 106+181+48=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB530 is #954ACF. Grayscale: #8F8F8F. Windows color (decimal): -9784016 or 3192170. OLE color: 3192170.

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

Color convert

RGB 106 181 48 -
CMYK 0.41 0 0.73 0.29
HSL 93.83º 0.58% 0.45% -
HSV(B) 93.83º 0.73% 0.71% -
XYZ 23 36.33 8.6 -
YUV 143.41 74.15 101.31 -
System Red Green Blue C M Y K H S L
Decimal 106 181 48 0.41 0 0.73 0.29 93.83 0.58 0.45
Hex 6A B5 30 29 0 49 1D 5E 3A 2D
Octal 152 265 60 51 0 111 35 136 72 55
Binary 1101010 10110101 110000 101001 0 1001001 11101 1011110 111010 101101

Color Harmonies of #6AB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB530

Black with #6AB530

Text Example


Text Example

White with #6AB530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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