Html Css Color HEX #8ACA0E Citrus

📋 copy color: '#8ACA0E'

red 138 ◦ green 202 ◦ blue 14

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

Shades of Citrus #8ACA0E

Tints of Citrus #8ACA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.06%

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 38.98%
G = 57.06%
B = 3.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#8ACA0E (or 0x8ACA0E) is known color: Citrus. HEX triplet: 8A, CA and 0E. RGB value is (138,202,14). Sum of RGB (Red+Green+Blue) = 138+202+14=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACA0E is #7535F1. Grayscale: #A2A2A2. Windows color (decimal): -7681522 or 969354. OLE color: 969354.

HSL color Cylindrical-coordinate representation of color #8ACA0E: hue angle of 80.43º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ACA0E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 202 14 -
CMYK 0.32 0 0.93 0.21
HSL 80.43º 0.87% 0.42% -
HSV(B) 80.43º 0.93% 0.79% -
XYZ 31.68 47.68 7.95 -
YUV 161.43 44.8 111.29 -
System Red Green Blue C M Y K H S L
Decimal 138 202 14 0.32 0 0.93 0.21 80.43 0.87 0.42
Hex 8A CA E 20 0 5D 15 50 57 2A
Octal 212 312 16 40 0 135 25 120 127 52
Binary 10001010 11001010 1110 100000 0 1011101 10101 1010000 1010111 101010

Color Harmonies of #8ACA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACA0E

Black with #8ACA0E

Text Example


Text Example

White with #8ACA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,202,14); }

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

background-color css

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

 a { background-color: rgb(138,202,14); }

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

border-color css

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

 span { border-color: rgb(138,202,14); }

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