Html Css Color HEX #A8CD30 Yellow Green

📋 copy color: '#A8CD30'

red 168 ◦ green 205 ◦ blue 48

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

Shades of Yellow Green #A8CD30

Tints of Yellow Green #A8CD30

RGB

 RED value IS 168 (66.02% from 255) = 39.9%

 GREEN value IS 205 (80.47% from 255) = 48.69%

 BLUE value IS 48 (19.14% from 255) = 11.4%

R = 39.9%
G = 48.69%
B = 11.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#A8CD30 (or 0xA8CD30) is known color: Yellow Green. HEX triplet: A8, CD and 30. RGB value is (168,205,48). Sum of RGB (Red+Green+Blue) = 168+205+48=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD30 is #5732CF. Grayscale: #B0B0B0. Windows color (decimal): -5714640 or 3198376. OLE color: 3198376.

HSL color Cylindrical-coordinate representation of color #A8CD30: hue angle of 74.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8CD30 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 48 -
CMYK 0.18 0 0.77 0.20
HSL 74.14º 0.62% 0.5% -
HSV(B) 74.14º 0.77% 0.8% -
XYZ 38.51 52.2 10.84 -
YUV 176.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 168 205 48 0.18 0 0.77 0.20 74.14 0.62 0.5
Hex A8 CD 30 12 0 4D 14 4A 3E 32
Octal 250 315 60 22 0 115 24 112 76 62
Binary 10101000 11001101 110000 10010 0 1001101 10100 1001010 111110 110010

Color Harmonies of #A8CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD30

Black with #A8CD30

Text Example


Text Example

White with #A8CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD30; }

 p { color: rgb(168,205,48); }

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

background-color css

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

 a { background-color: rgb(168,205,48); }

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

border-color css

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

 span { border-color: rgb(168,205,48); }

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