Html Css Color HEX #67A82A Limeade

📋 copy color: '#67A82A'

red 103 ◦ green 168 ◦ blue 42

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

Shades of Limeade #67A82A

Tints of Limeade #67A82A

RGB

 RED value IS 103 (40.63% from 255) = 32.91%

 GREEN value IS 168 (66.02% from 255) = 53.67%

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 32.91%
G = 53.67%
B = 13.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#67A82A (or 0x67A82A) is known color: Limeade. HEX triplet: 67, A8 and 2A. RGB value is (103,168,42). Sum of RGB (Red+Green+Blue) = 103+168+42=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 168 (66.02% from 255 or 53.67% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 168 - color contains mainly: green. Hex color #67A82A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A82A is #9857D5. Grayscale: #868686. Windows color (decimal): -9983958 or 2795623. OLE color: 2795623.

HSL color Cylindrical-coordinate representation of color #67A82A: hue angle of 90.95º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67A82A is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 103 168 42 -
CMYK 0.39 0 0.75 0.34
HSL 90.95º 0.6% 0.41% -
HSV(B) 90.95º 0.75% 0.66% -
XYZ 20.01 31.06 7.13 -
YUV 134.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 103 168 42 0.39 0 0.75 0.34 90.95 0.6 0.41
Hex 67 A8 2A 27 0 4B 22 5B 3C 29
Octal 147 250 52 47 0 113 42 133 74 51
Binary 1100111 10101000 101010 100111 0 1001011 100010 1011011 111100 101001

Color Harmonies of #67A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A82A

Black with #67A82A

Text Example


Text Example

White with #67A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A82A; }

 p { color: rgb(103,168,42); }

 H1.HeaderClassName
 {
   color: #67A82A;
 }
 .AnyTagClassName
 {
   color: #67A82A;
 }
</style>

background-color css

<style>
 a { background-color: #67A82A; }

 a { background-color: rgb(103,168,42); }

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

border-color css

<style>
 span { border-color: #67A82A; }

 span { border-color: rgb(103,168,42); }

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