Html Css Color HEX #38AD0C Kelly Green

📋 copy color: '#38AD0C'

red 56 ◦ green 173 ◦ blue 12

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

Shades of Kelly Green #38AD0C

Tints of Kelly Green #38AD0C

RGB

 RED value IS 56 (22.27% from 255) = 23.24%

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

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 23.24%
G = 71.78%
B = 4.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#38AD0C (or 0x38AD0C) is known color: Kelly Green. HEX triplet: 38, AD and 0C. RGB value is (56,173,12). Sum of RGB (Red+Green+Blue) = 56+173+12=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AD0C is #C752F3. Grayscale: #787878. Windows color (decimal): -13062900 or 830776. OLE color: 830776.

HSL color Cylindrical-coordinate representation of color #38AD0C: hue angle of 103.6º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38AD0C is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 173 12 -
CMYK 0.68 0 0.93 0.32
HSL 103.6º 0.87% 0.36% -
HSV(B) 103.6º 0.93% 0.68% -
XYZ 16.64 30.75 5.41 -
YUV 119.66 67.24 82.59 -
System Red Green Blue C M Y K H S L
Decimal 56 173 12 0.68 0 0.93 0.32 103.6 0.87 0.36
Hex 38 AD C 44 0 5D 20 68 57 24
Octal 70 255 14 104 0 135 40 150 127 44
Binary 111000 10101101 1100 1000100 0 1011101 100000 1101000 1010111 100100

Color Harmonies of #38AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AD0C

Black with #38AD0C

Text Example


Text Example

White with #38AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AD0C; }

 p { color: rgb(56,173,12); }

 H1.HeaderClassName
 {
   color: #38AD0C;
 }
 .AnyTagClassName
 {
   color: #38AD0C;
 }
</style>

background-color css

<style>
 a { background-color: #38AD0C; }

 a { background-color: rgb(56,173,12); }

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

border-color css

<style>
 span { border-color: #38AD0C; }

 span { border-color: rgb(56,173,12); }

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