Html Css Color HEX #38A70F Kelly Green

📋 copy color: '#38A70F'

red 56 ◦ green 167 ◦ blue 15

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

Shades of Kelly Green #38A70F

Tints of Kelly Green #38A70F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 70.17%

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 23.53%
G = 70.17%
B = 6.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#38A70F (or 0x38A70F) is known color: Kelly Green. HEX triplet: 38, A7 and 0F. RGB value is (56,167,15). Sum of RGB (Red+Green+Blue) = 56+167+15=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 167 (65.62% from 255 or 70.17% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 167 - color contains mainly: green. Hex color #38A70F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A70F is #C758F0. Grayscale: #747474. Windows color (decimal): -13064433 or 1025848. OLE color: 1025848.

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

Color convert

RGB 56 167 15 -
CMYK 0.66 0 0.91 0.35
HSL 103.82º 0.84% 0.36% -
HSV(B) 103.82º 0.91% 0.65% -
XYZ 15.54 28.51 5.14 -
YUV 116.48 70.73 84.86 -
System Red Green Blue C M Y K H S L
Decimal 56 167 15 0.66 0 0.91 0.35 103.82 0.84 0.36
Hex 38 A7 F 42 0 5B 23 68 54 24
Octal 70 247 17 102 0 133 43 150 124 44
Binary 111000 10100111 1111 1000010 0 1011011 100011 1101000 1010100 100100

Color Harmonies of #38A70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A70F

Black with #38A70F

Text Example


Text Example

White with #38A70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,167,15); }

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

background-color css

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

 a { background-color: rgb(56,167,15); }

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

border-color css

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

 span { border-color: rgb(56,167,15); }

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