Html Css Color HEX #AFF354 Conifer

📋 copy color: '#AFF354'

red 175 ◦ green 243 ◦ blue 84

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

Shades of Conifer #AFF354

Tints of Conifer #AFF354

RGB

 RED value IS 175 (68.75% from 255) = 34.86%

 GREEN value IS 243 (95.31% from 255) = 48.41%

 BLUE value IS 84 (33.2% from 255) = 16.73%

R = 34.86%
G = 48.41%
B = 16.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#AFF354 (or 0xAFF354) is known color: Conifer. HEX triplet: AF, F3 and 54. RGB value is (175,243,84). Sum of RGB (Red+Green+Blue) = 175+243+84=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF354 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF354 is #500CAB. Grayscale: #CDCDCD. Windows color (decimal): -5246124 or 5567407. OLE color: 5567407.

HSL color Cylindrical-coordinate representation of color #AFF354: hue angle of 85.66º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFF354 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 84 -
CMYK 0.28 0 0.65 0.05
HSL 85.66º 0.87% 0.64% -
HSV(B) 85.66º 0.65% 0.95% -
XYZ 51.33 73.86 19.94 -
YUV 204.54 59.97 106.93 -
System Red Green Blue C M Y K H S L
Decimal 175 243 84 0.28 0 0.65 0.05 85.66 0.87 0.64
Hex AF F3 54 1C 0 41 5 56 57 40
Octal 257 363 124 34 0 101 5 126 127 100
Binary 10101111 11110011 1010100 11100 0 1000001 101 1010110 1010111 1000000

Color Harmonies of #AFF354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF354

Black with #AFF354

Text Example


Text Example

White with #AFF354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF354; }

 p { color: rgb(175,243,84); }

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

background-color css

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

 a { background-color: rgb(175,243,84); }

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

border-color css

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

 span { border-color: rgb(175,243,84); }

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