Html Css Color HEX #8AC00F Citrus

📋 copy color: '#8AC00F'

red 138 ◦ green 192 ◦ blue 15

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

Shades of Citrus #8AC00F

Tints of Citrus #8AC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.65%

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

R = 40%
G = 55.65%
B = 4.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#8AC00F (or 0x8AC00F) is known color: Citrus. HEX triplet: 8A, C0 and 0F. RGB value is (138,192,15). Sum of RGB (Red+Green+Blue) = 138+192+15=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC00F is #753FF0. Grayscale: #9C9C9C. Windows color (decimal): -7684081 or 1032330. OLE color: 1032330.

HSL color Cylindrical-coordinate representation of color #8AC00F: hue angle of 78.31º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AC00F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 15 -
CMYK 0.28 0 0.92 0.25
HSL 78.31º 0.86% 0.41% -
HSV(B) 78.31º 0.92% 0.75% -
XYZ 29.42 43.14 7.23 -
YUV 155.68 48.61 115.39 -
System Red Green Blue C M Y K H S L
Decimal 138 192 15 0.28 0 0.92 0.25 78.31 0.86 0.41
Hex 8A C0 F 1C 0 5C 19 4E 56 29
Octal 212 300 17 34 0 134 31 116 126 51
Binary 10001010 11000000 1111 11100 0 1011100 11001 1001110 1010110 101001

Color Harmonies of #8AC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC00F

Black with #8AC00F

Text Example


Text Example

White with #8AC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,15); }

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

background-color css

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

 a { background-color: rgb(138,192,15); }

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

border-color css

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

 span { border-color: rgb(138,192,15); }

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