Html Css Color HEX #8AB204 Citrus

📋 copy color: '#8AB204'

red 138 ◦ green 178 ◦ blue 4

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

Shades of Citrus #8AB204

Tints of Citrus #8AB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.63%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 43.13%
G = 55.63%
B = 1.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#8AB204 (or 0x8AB204) is known color: Citrus. HEX triplet: 8A, B2 and 04. RGB value is (138,178,4). Sum of RGB (Red+Green+Blue) = 138+178+4=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB204 is #754DFB. Grayscale: #929292. Windows color (decimal): -7687676 or 307850. OLE color: 307850.

HSL color Cylindrical-coordinate representation of color #8AB204: hue angle of 73.79º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AB204 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 178 4 -
CMYK 0.22 0 0.98 0.30
HSL 73.79º 0.96% 0.36% -
HSV(B) 73.79º 0.98% 0.7% -
XYZ 26.42 37.25 5.91 -
YUV 146.2 47.75 122.15 -
System Red Green Blue C M Y K H S L
Decimal 138 178 4 0.22 0 0.98 0.30 73.79 0.96 0.36
Hex 8A B2 4 16 0 62 1E 4A 60 24
Octal 212 262 4 26 0 142 36 112 140 44
Binary 10001010 10110010 100 10110 0 1100010 11110 1001010 1100000 100100

Color Harmonies of #8AB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB204

Black with #8AB204

Text Example


Text Example

White with #8AB204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,178,4); }

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

background-color css

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

 a { background-color: rgb(138,178,4); }

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

border-color css

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

 span { border-color: rgb(138,178,4); }

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