Html Css Color HEX #6AC325 Christi

📋 copy color: '#6AC325'

red 106 ◦ green 195 ◦ blue 37

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

Shades of Christi #6AC325

Tints of Christi #6AC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 31.36%
G = 57.69%
B = 10.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#6AC325 (or 0x6AC325) is known color: Christi. HEX triplet: 6A, C3 and 25. RGB value is (106,195,37). Sum of RGB (Red+Green+Blue) = 106+195+37=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC325 is #953CDA. Grayscale: #969696. Windows color (decimal): -9780443 or 2474858. OLE color: 2474858.

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

Color convert

RGB 106 195 37 -
CMYK 0.46 0 0.81 0.24
HSL 93.8º 0.68% 0.45% -
HSV(B) 93.8º 0.81% 0.76% -
XYZ 25.79 42.23 8.54 -
YUV 150.38 64.01 96.35 -
System Red Green Blue C M Y K H S L
Decimal 106 195 37 0.46 0 0.81 0.24 93.8 0.68 0.45
Hex 6A C3 25 2E 0 51 18 5E 44 2D
Octal 152 303 45 56 0 121 30 136 104 55
Binary 1101010 11000011 100101 101110 0 1010001 11000 1011110 1000100 101101

Color Harmonies of #6AC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC325

Black with #6AC325

Text Example


Text Example

White with #6AC325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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