Html Css Color HEX #8BD40A Citrus

📋 copy color: '#8BD40A'

red 139 ◦ green 212 ◦ blue 10

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

Shades of Citrus #8BD40A

Tints of Citrus #8BD40A

RGB

 RED value IS 139 (54.69% from 255) = 38.5%

 GREEN value IS 212 (83.2% from 255) = 58.73%

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 38.5%
G = 58.73%
B = 2.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#8BD40A (or 0x8BD40A) is known color: Citrus. HEX triplet: 8B, D4 and 0A. RGB value is (139,212,10). Sum of RGB (Red+Green+Blue) = 139+212+10=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD40A is #742BF5. Grayscale: #A7A7A7. Windows color (decimal): -7613430 or 709771. OLE color: 709771.

HSL color Cylindrical-coordinate representation of color #8BD40A: hue angle of 81.68º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BD40A is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 212 10 -
CMYK 0.34 0 0.95 0.17
HSL 81.68º 0.91% 0.44% -
HSV(B) 81.68º 0.95% 0.83% -
XYZ 34.25 52.6 8.63 -
YUV 167.15 39.32 107.93 -
System Red Green Blue C M Y K H S L
Decimal 139 212 10 0.34 0 0.95 0.17 81.68 0.91 0.44
Hex 8B D4 A 22 0 5F 11 52 5B 2C
Octal 213 324 12 42 0 137 21 122 133 54
Binary 10001011 11010100 1010 100010 0 1011111 10001 1010010 1011011 101100

Color Harmonies of #8BD40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD40A

Black with #8BD40A

Text Example


Text Example

White with #8BD40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,212,10); }

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

background-color css

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

 a { background-color: rgb(139,212,10); }

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

border-color css

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

 span { border-color: rgb(139,212,10); }

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