Html Css Color HEX #84AF0F Lima

📋 copy color: '#84AF0F'

red 132 ◦ green 175 ◦ blue 15

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

Shades of Lima #84AF0F

Tints of Lima #84AF0F

RGB

 RED value IS 132 (51.95% from 255) = 40.99%

 GREEN value IS 175 (68.75% from 255) = 54.35%

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

R = 40.99%
G = 54.35%
B = 4.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#84AF0F (or 0x84AF0F) is known color: Lima. HEX triplet: 84, AF and 0F. RGB value is (132,175,15). Sum of RGB (Red+Green+Blue) = 132+175+15=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AF0F is #7B50F0. Grayscale: #909090. Windows color (decimal): -8081649 or 1027972. OLE color: 1027972.

HSL color Cylindrical-coordinate representation of color #84AF0F: hue angle of 76.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84AF0F is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 175 15 -
CMYK 0.25 0 0.91 0.31
HSL 76.13º 0.84% 0.37% -
HSV(B) 76.13º 0.91% 0.69% -
XYZ 24.93 35.6 6.01 -
YUV 143.9 55.25 119.51 -
System Red Green Blue C M Y K H S L
Decimal 132 175 15 0.25 0 0.91 0.31 76.13 0.84 0.37
Hex 84 AF F 19 0 5B 1F 4C 54 25
Octal 204 257 17 31 0 133 37 114 124 45
Binary 10000100 10101111 1111 11001 0 1011011 11111 1001100 1010100 100101

Color Harmonies of #84AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AF0F

Black with #84AF0F

Text Example


Text Example

White with #84AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AF0F; }

 p { color: rgb(132,175,15); }

 H1.HeaderClassName
 {
   color: #84AF0F;
 }
 .AnyTagClassName
 {
   color: #84AF0F;
 }
</style>

background-color css

<style>
 a { background-color: #84AF0F; }

 a { background-color: rgb(132,175,15); }

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

border-color css

<style>
 span { border-color: #84AF0F; }

 span { border-color: rgb(132,175,15); }

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