Html Css Color HEX #6AB230 Christi

📋 copy color: '#6AB230'

red 106 ◦ green 178 ◦ blue 48

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

Shades of Christi #6AB230

Tints of Christi #6AB230

RGB

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

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

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

R = 31.93%
G = 53.61%
B = 14.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#6AB230 (or 0x6AB230) is known color: Christi. HEX triplet: 6A, B2 and 30. RGB value is (106,178,48). Sum of RGB (Red+Green+Blue) = 106+178+48=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB230 is #954DCF. Grayscale: #8E8E8E. Windows color (decimal): -9784784 or 3191402. OLE color: 3191402.

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

Color convert

RGB 106 178 48 -
CMYK 0.40 0 0.73 0.30
HSL 93.23º 0.58% 0.44% -
HSV(B) 93.23º 0.73% 0.7% -
XYZ 22.4 35.12 8.39 -
YUV 141.65 75.15 102.57 -
System Red Green Blue C M Y K H S L
Decimal 106 178 48 0.40 0 0.73 0.30 93.23 0.58 0.44
Hex 6A B2 30 28 0 49 1E 5D 3A 2C
Octal 152 262 60 50 0 111 36 135 72 54
Binary 1101010 10110010 110000 101000 0 1001001 11110 1011101 111010 101100

Color Harmonies of #6AB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB230

Black with #6AB230

Text Example


Text Example

White with #6AB230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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