Html Css Color HEX #8A8F1F Citron

📋 copy color: '#8A8F1F'

red 138 ◦ green 143 ◦ blue 31

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

Shades of Citron #8A8F1F

Tints of Citron #8A8F1F

RGB

 RED value IS 138 (54.3% from 255) = 44.23%

 GREEN value IS 143 (56.25% from 255) = 45.83%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 44.23%
G = 45.83%
B = 9.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8A8F1F (or 0x8A8F1F) is known color: Citron. HEX triplet: 8A, 8F and 1F. RGB value is (138,143,31). Sum of RGB (Red+Green+Blue) = 138+143+31=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8F1F is #7570E0. Grayscale: #818181. Windows color (decimal): -7696609 or 2068362. OLE color: 2068362.

HSL color Cylindrical-coordinate representation of color #8A8F1F: hue angle of 62.68º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A8F1F is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 143 31 -
CMYK 0.03 0 0.78 0.44
HSL 62.68º 0.64% 0.34% -
HSV(B) 62.68º 0.78% 0.56% -
XYZ 20.55 25.15 5.07 -
YUV 128.74 72.84 134.61 -
System Red Green Blue C M Y K H S L
Decimal 138 143 31 0.03 0 0.78 0.44 62.68 0.64 0.34
Hex 8A 8F 1F 3 0 4E 2C 3F 40 22
Octal 212 217 37 3 0 116 54 77 100 42
Binary 10001010 10001111 11111 11 0 1001110 101100 111111 1000000 100010

Color Harmonies of #8A8F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8F1F

Black with #8A8F1F

Text Example


Text Example

White with #8A8F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8F1F; }

 p { color: rgb(138,143,31); }

 H1.HeaderClassName
 {
   color: #8A8F1F;
 }
 .AnyTagClassName
 {
   color: #8A8F1F;
 }
</style>

background-color css

<style>
 a { background-color: #8A8F1F; }

 a { background-color: rgb(138,143,31); }

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

border-color css

<style>
 span { border-color: #8A8F1F; }

 span { border-color: rgb(138,143,31); }

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