Html Css Color HEX #38A30E Kelly Green

📋 copy color: '#38A30E'

red 56 ◦ green 163 ◦ blue 14

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

Shades of Kelly Green #38A30E

Tints of Kelly Green #38A30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 69.96%

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 24.03%
G = 69.96%
B = 6.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#38A30E (or 0x38A30E) is known color: Kelly Green. HEX triplet: 38, A3 and 0E. RGB value is (56,163,14). Sum of RGB (Red+Green+Blue) = 56+163+14=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 163 (64.06% from 255 or 69.96% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 163 - color contains mainly: green. Hex color #38A30E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A30E is #C75CF1. Grayscale: #727272. Windows color (decimal): -13065458 or 959288. OLE color: 959288.

HSL color Cylindrical-coordinate representation of color #38A30E: hue angle of 103.09º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38A30E is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 163 14 -
CMYK 0.66 0 0.91 0.36
HSL 103.09º 0.84% 0.35% -
HSV(B) 103.09º 0.91% 0.64% -
XYZ 14.81 27.07 4.86 -
YUV 114.02 71.55 86.62 -
System Red Green Blue C M Y K H S L
Decimal 56 163 14 0.66 0 0.91 0.36 103.09 0.84 0.35
Hex 38 A3 E 42 0 5B 24 67 54 23
Octal 70 243 16 102 0 133 44 147 124 43
Binary 111000 10100011 1110 1000010 0 1011011 100100 1100111 1010100 100011

Color Harmonies of #38A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A30E

Black with #38A30E

Text Example


Text Example

White with #38A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,163,14); }

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

background-color css

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

 a { background-color: rgb(56,163,14); }

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

border-color css

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

 span { border-color: rgb(56,163,14); }

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