Html Css Color HEX #6AB30F Christi

📋 copy color: '#6AB30F'

red 106 ◦ green 179 ◦ blue 15

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

Shades of Christi #6AB30F

Tints of Christi #6AB30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 35.33%
G = 59.67%
B = 5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#6AB30F (or 0x6AB30F) is known color: Christi. HEX triplet: 6A, B3 and 0F. RGB value is (106,179,15). Sum of RGB (Red+Green+Blue) = 106+179+15=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB30F is #954CF0. Grayscale: #8B8B8B. Windows color (decimal): -9784561 or 1028970. OLE color: 1028970.

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

Color convert

RGB 106 179 15 -
CMYK 0.41 0 0.92 0.30
HSL 86.71º 0.85% 0.38% -
HSV(B) 86.71º 0.92% 0.7% -
XYZ 22.15 35.34 6.11 -
YUV 138.48 58.32 104.84 -
System Red Green Blue C M Y K H S L
Decimal 106 179 15 0.41 0 0.92 0.30 86.71 0.85 0.38
Hex 6A B3 F 29 0 5C 1E 57 55 26
Octal 152 263 17 51 0 134 36 127 125 46
Binary 1101010 10110011 1111 101001 0 1011100 11110 1010111 1010101 100110

Color Harmonies of #6AB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB30F

Black with #6AB30F

Text Example


Text Example

White with #6AB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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