Html Css Color HEX #62AD0D Christi

📋 copy color: '#62AD0D'

red 98 ◦ green 173 ◦ blue 13

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

Shades of Christi #62AD0D

Tints of Christi #62AD0D

RGB

 RED value IS 98 (38.67% from 255) = 34.51%

 GREEN value IS 173 (67.97% from 255) = 60.92%

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 34.51%
G = 60.92%
B = 4.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#62AD0D (or 0x62AD0D) is known color: Christi. HEX triplet: 62, AD and 0D. RGB value is (98,173,13). Sum of RGB (Red+Green+Blue) = 98+173+13=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AD0D is #9D52F2. Grayscale: #848484. Windows color (decimal): -10310387 or 896354. OLE color: 896354.

HSL color Cylindrical-coordinate representation of color #62AD0D: hue angle of 88.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62AD0D is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 173 13 -
CMYK 0.43 0 0.92 0.32
HSL 88.13º 0.86% 0.36% -
HSV(B) 88.13º 0.92% 0.68% -
XYZ 20.05 32.51 5.6 -
YUV 132.34 60.65 103.51 -
System Red Green Blue C M Y K H S L
Decimal 98 173 13 0.43 0 0.92 0.32 88.13 0.86 0.36
Hex 62 AD D 2B 0 5C 20 58 56 24
Octal 142 255 15 53 0 134 40 130 126 44
Binary 1100010 10101101 1101 101011 0 1011100 100000 1011000 1010110 100100

Color Harmonies of #62AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AD0D

Black with #62AD0D

Text Example


Text Example

White with #62AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62AD0D; }

 p { color: rgb(98,173,13); }

 H1.HeaderClassName
 {
   color: #62AD0D;
 }
 .AnyTagClassName
 {
   color: #62AD0D;
 }
</style>

background-color css

<style>
 a { background-color: #62AD0D; }

 a { background-color: rgb(98,173,13); }

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

border-color css

<style>
 span { border-color: #62AD0D; }

 span { border-color: rgb(98,173,13); }

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