Html Css Color HEX #8CBE12 Citrus

📋 copy color: '#8CBE12'

red 140 ◦ green 190 ◦ blue 18

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

Shades of Citrus #8CBE12

Tints of Citrus #8CBE12

RGB

 RED value IS 140 (55.08% from 255) = 40.23%

 GREEN value IS 190 (74.61% from 255) = 54.6%

 BLUE value IS 18 (7.42% from 255) = 5.17%

R = 40.23%
G = 54.6%
B = 5.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#8CBE12 (or 0x8CBE12) is known color: Citrus. HEX triplet: 8C, BE and 12. RGB value is (140,190,18). Sum of RGB (Red+Green+Blue) = 140+190+18=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBE12 is #7341ED. Grayscale: #9C9C9C. Windows color (decimal): -7553518 or 1228428. OLE color: 1228428.

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

Color convert

RGB 140 190 18 -
CMYK 0.26 0 0.91 0.25
HSL 77.44º 0.83% 0.41% -
HSV(B) 77.44º 0.91% 0.75% -
XYZ 29.34 42.45 7.22 -
YUV 155.44 50.44 116.99 -
System Red Green Blue C M Y K H S L
Decimal 140 190 18 0.26 0 0.91 0.25 77.44 0.83 0.41
Hex 8C BE 12 1A 0 5B 19 4D 53 29
Octal 214 276 22 32 0 133 31 115 123 51
Binary 10001100 10111110 10010 11010 0 1011011 11001 1001101 1010011 101001

Color Harmonies of #8CBE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBE12

Black with #8CBE12

Text Example


Text Example

White with #8CBE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,18); }

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

background-color css

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

 a { background-color: rgb(140,190,18); }

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

border-color css

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

 span { border-color: rgb(140,190,18); }

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