Html Css Color HEX #7CA001 Christi

📋 copy color: '#7CA001'

red 124 ◦ green 160 ◦ blue 1

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

Shades of Christi #7CA001

Tints of Christi #7CA001

RGB

 RED value IS 124 (48.83% from 255) = 43.51%

 GREEN value IS 160 (62.89% from 255) = 56.14%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 43.51%
G = 56.14%
B = 0.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#7CA001 (or 0x7CA001) is known color: Christi. HEX triplet: 7C, A0 and 01. RGB value is (124,160,1). Sum of RGB (Red+Green+Blue) = 124+160+1=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA001 is #835FFE. Grayscale: #838383. Windows color (decimal): -8609791 or 106620. OLE color: 106620.

HSL color Cylindrical-coordinate representation of color #7CA001: hue angle of 73.58º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CA001 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 160 1 -
CMYK 0.22 0 0.99 0.37
HSL 73.58º 0.99% 0.32% -
HSV(B) 73.58º 0.99% 0.63% -
XYZ 20.89 29.43 4.61 -
YUV 131.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 124 160 1 0.22 0 0.99 0.37 73.58 0.99 0.32
Hex 7C A0 1 16 0 63 25 4A 63 20
Octal 174 240 1 26 0 143 45 112 143 40
Binary 1111100 10100000 1 10110 0 1100011 100101 1001010 1100011 100000

Color Harmonies of #7CA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA001

Black with #7CA001

Text Example


Text Example

White with #7CA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CA001; }

 p { color: rgb(124,160,1); }

 H1.HeaderClassName
 {
   color: #7CA001;
 }
 .AnyTagClassName
 {
   color: #7CA001;
 }
</style>

background-color css

<style>
 a { background-color: #7CA001; }

 a { background-color: rgb(124,160,1); }

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

border-color css

<style>
 span { border-color: #7CA001; }

 span { border-color: rgb(124,160,1); }

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