Html Css Color HEX #6AC30F Christi

📋 copy color: '#6AC30F'

red 106 ◦ green 195 ◦ blue 15

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

Shades of Christi #6AC30F

Tints of Christi #6AC30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.71%

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

R = 33.54%
G = 61.71%
B = 4.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#6AC30F (or 0x6AC30F) is known color: Christi. HEX triplet: 6A, C3 and 0F. RGB value is (106,195,15). Sum of RGB (Red+Green+Blue) = 106+195+15=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC30F is #953CF0. Grayscale: #949494. Windows color (decimal): -9780465 or 1033066. OLE color: 1033066.

HSL color Cylindrical-coordinate representation of color #6AC30F: hue angle of 89.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AC30F is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 195 15 -
CMYK 0.46 0 0.92 0.24
HSL 89.67º 0.86% 0.41% -
HSV(B) 89.67º 0.92% 0.76% -
XYZ 25.55 42.13 7.24 -
YUV 147.87 53.01 98.14 -
System Red Green Blue C M Y K H S L
Decimal 106 195 15 0.46 0 0.92 0.24 89.67 0.86 0.41
Hex 6A C3 F 2E 0 5C 18 5A 56 29
Octal 152 303 17 56 0 134 30 132 126 51
Binary 1101010 11000011 1111 101110 0 1011100 11000 1011010 1010110 101001

Color Harmonies of #6AC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC30F

Black with #6AC30F

Text Example


Text Example

White with #6AC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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