Html Css Color HEX #8AB30F Citrus

📋 copy color: '#8AB30F'

red 138 ◦ green 179 ◦ blue 15

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

Shades of Citrus #8AB30F

Tints of Citrus #8AB30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.92%

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

R = 41.57%
G = 53.92%
B = 4.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#8AB30F (or 0x8AB30F) is known color: Citrus. HEX triplet: 8A, B3 and 0F. RGB value is (138,179,15). Sum of RGB (Red+Green+Blue) = 138+179+15=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB30F is #754CF0. Grayscale: #949494. Windows color (decimal): -7687409 or 1029002. OLE color: 1029002.

HSL color Cylindrical-coordinate representation of color #8AB30F: hue angle of 75º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AB30F is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 15 -
CMYK 0.23 0 0.92 0.30
HSL 75º 0.85% 0.38% -
HSV(B) 75º 0.92% 0.7% -
XYZ 26.69 37.68 6.32 -
YUV 148.05 52.92 120.84 -
System Red Green Blue C M Y K H S L
Decimal 138 179 15 0.23 0 0.92 0.30 75 0.85 0.38
Hex 8A B3 F 17 0 5C 1E 4B 55 26
Octal 212 263 17 27 0 134 36 113 125 46
Binary 10001010 10110011 1111 10111 0 1011100 11110 1001011 1010101 100110

Color Harmonies of #8AB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB30F

Black with #8AB30F

Text Example


Text Example

White with #8AB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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